diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:56:16 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-19 04:56:16 +0000 |
commit | 908cdb9a57c720a7c7ff36997bb53c1dc38aa67f (patch) | |
tree | 3218594ec31817286be04208eb8de03444b09dc8 /sys-apps/attr | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-908cdb9a57c720a7c7ff36997bb53c1dc38aa67f.tar.gz gentoo-2-908cdb9a57c720a7c7ff36997bb53c1dc38aa67f.tar.bz2 gentoo-2-908cdb9a57c720a7c7ff36997bb53c1dc38aa67f.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'sys-apps/attr')
-rw-r--r-- | sys-apps/attr/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/attr/attr-2.4.46-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-apps/attr/ChangeLog b/sys-apps/attr/ChangeLog index 5cde7bee3941..9acb922958cb 100644 --- a/sys-apps/attr/ChangeLog +++ b/sys-apps/attr/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/attr -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.142 2012/02/25 17:50:39 armin76 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/ChangeLog,v 1.143 2013/02/19 04:56:16 zmedico Exp $ + + 19 Feb 2013; Zac Medico <zmedico@gentoo.org> attr-2.4.46-r1.ebuild: + Add ~arm-linux keyword. 25 Feb 2012; Raúl Porcel <armin76@gentoo.org> attr-2.4.46-r1.ebuild: alpha/ia64/m68k/s390/sh/sparc stable wrt #400483 diff --git a/sys-apps/attr/attr-2.4.46-r1.ebuild b/sys-apps/attr/attr-2.4.46-r1.ebuild index ed35c97670a8..456c43935fb8 100644 --- a/sys-apps/attr/attr-2.4.46-r1.ebuild +++ b/sys-apps/attr/attr-2.4.46-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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-r1.ebuild,v 1.7 2012/02/25 17:50:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/attr/attr-2.4.46-r1.ebuild,v 1.8 2013/02/19 04:56:16 zmedico 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 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="nls static-libs" DEPEND="nls? ( sys-devel/gettext ) |