summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/attr/ChangeLog6
-rw-r--r--sys-apps/attr/attr-2.4.28-r1.ebuild7
-rw-r--r--sys-apps/attr/attr-2.4.32.ebuild5
3 files changed, 10 insertions, 8 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog
index 916bb4b5fa04..0aedf356cdf1 100644
--- a/sys-apps/attr/ChangeLog
+++ b/sys-apps/attr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/attr
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.79 2007/01/31 20:42:17 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.80 2007/03/26 08:00:17 antarus Exp $
+
+ 26 Mar 2007; Alec Warner <antarus@gentoo.org> attr-2.4.28-r1.ebuild,
+ attr-2.4.32.ebuild:
+ Remove dependency on portage: ref bug 162516
31 Jan 2007; Tobias Scherbaum <dertobi123@gentoo.org> attr-2.4.32.ebuild:
Stable on ppc wrt bug #161652.
diff --git a/sys-apps/attr/attr-2.4.28-r1.ebuild b/sys-apps/attr/attr-2.4.28-r1.ebuild
index 55a844d372b5..276a357143ca 100644
--- a/sys-apps/attr/attr-2.4.28-r1.ebuild
+++ b/sys-apps/attr/attr-2.4.28-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.13 2006/09/27 19:03:38 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.28-r1.ebuild,v 1.14 2007/03/26 08:00:17 antarus Exp $
inherit eutils toolchain-funcs
@@ -14,8 +14,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="nls"
-DEPEND=">=sys-apps/portage-2.0.47-r10
- nls? ( sys-devel/gettext )
+DEPEND="nls? ( sys-devel/gettext )
sys-devel/libtool"
RDEPEND=""
diff --git a/sys-apps/attr/attr-2.4.32.ebuild b/sys-apps/attr/attr-2.4.32.ebuild
index b8bf4a868306..49069f300846 100644
--- a/sys-apps/attr/attr-2.4.32.ebuild
+++ b/sys-apps/attr/attr-2.4.32.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild,v 1.12 2007/01/31 20:42:17 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.32.ebuild,v 1.13 2007/03/26 08:00:17 antarus Exp $
inherit eutils autotools toolchain-funcs
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE="nls"
-DEPEND=">=sys-apps/portage-2.0.47-r10
- nls? ( sys-devel/gettext )
+DEPEND="nls? ( sys-devel/gettext )
sys-devel/autoconf"
RDEPEND=""