diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-09-01 16:23:42 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-09-01 16:23:42 +0000 |
commit | 9977395de1870d22d58ee18107f77b39112378d7 (patch) | |
tree | e46a25a91d6550dcafb1cffa5b58feb271d918d5 /sys-apps | |
parent | Remove readline USE flag and patch given that the patch itself is custom and ... (diff) | |
download | historical-9977395de1870d22d58ee18107f77b39112378d7.tar.gz historical-9977395de1870d22d58ee18107f77b39112378d7.tar.bz2 historical-9977395de1870d22d58ee18107f77b39112378d7.zip |
Stable for HPPA (bug #379055).
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/attr/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.46.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 2369749c8dd5..1682798bcb60 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.132 2011/08/28 13:23:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.133 2011/09/01 16:23:42 jer Exp $ + + 01 Sep 2011; Jeroen Roovers <jer@gentoo.org> attr-2.4.46.ebuild: + Stable for HPPA (bug #379055). 28 Aug 2011; Markus Meier <maekke@gentoo.org> attr-2.4.46.ebuild: arm stable, bug #379055 diff --git a/sys-apps/attr/attr-2.4.46.ebuild b/sys-apps/attr/attr-2.4.46.ebuild index 2ec43f06ad93..b1e15c864533 100644 --- a/sys-apps/attr/attr-2.4.46.ebuild +++ b/sys-apps/attr/attr-2.4.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.46.ebuild,v 1.7 2011/08/28 13:23:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.46.ebuild,v 1.8 2011/09/01 16:23:42 jer Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="nls static-libs" DEPEND="nls? ( sys-devel/gettext ) |