diff options
author | 2011-08-28 13:23:09 +0000 | |
---|---|---|
committer | 2011-08-28 13:23:09 +0000 | |
commit | 5d2ed53ca86dfdefb021e10d30d550f7ba18fdea (patch) | |
tree | 5ed374e439f241ce11ebd09c90f75165474c0aff /sys-apps/attr | |
parent | arm stable, bug #379057 (diff) | |
download | historical-5d2ed53ca86dfdefb021e10d30d550f7ba18fdea.tar.gz historical-5d2ed53ca86dfdefb021e10d30d550f7ba18fdea.tar.bz2 historical-5d2ed53ca86dfdefb021e10d30d550f7ba18fdea.zip |
arm stable, bug #379055
Package-Manager: portage-2.1.10.11/cvs/Linux i686
Diffstat (limited to 'sys-apps/attr')
-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 9cae24ef87f3..2369749c8dd5 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.131 2011/08/21 13:44:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.132 2011/08/28 13:23:09 maekke Exp $ + + 28 Aug 2011; Markus Meier <maekke@gentoo.org> attr-2.4.46.ebuild: + arm stable, bug #379055 21 Aug 2011; nixnut <nixnut@gentoo.org> attr-2.4.46.ebuild: ppc stable #379055 diff --git a/sys-apps/attr/attr-2.4.46.ebuild b/sys-apps/attr/attr-2.4.46.ebuild index 05d6ff0a46f3..2ec43f06ad93 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.6 2011/08/21 13:44:59 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.46.ebuild,v 1.7 2011/08/28 13:23:09 maekke 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 ) |