diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-21 03:43:49 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-21 03:43:49 +0000 |
commit | a02d530f384ef84af6766c953fdad751f76f466b (patch) | |
tree | 08aa22e4e33cfc390278bca70a31945bc7f82346 /sys-devel/autogen/autogen-5.15.ebuild | |
parent | Fix for prefix and add ~arm-linux + ~x86-linux keywords. (diff) | |
download | gentoo-2-a02d530f384ef84af6766c953fdad751f76f466b.tar.gz gentoo-2-a02d530f384ef84af6766c953fdad751f76f466b.tar.bz2 gentoo-2-a02d530f384ef84af6766c953fdad751f76f466b.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-devel/autogen/autogen-5.15.ebuild')
-rw-r--r-- | sys-devel/autogen/autogen-5.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/autogen/autogen-5.15.ebuild b/sys-devel/autogen/autogen-5.15.ebuild index 732d6af65340..4ee6476f13ea 100644 --- a/sys-devel/autogen/autogen-5.15.ebuild +++ b/sys-devel/autogen/autogen-5.15.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-devel/autogen/autogen-5.15.ebuild,v 1.7 2012/12/01 18:38:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autogen/autogen-5.15.ebuild,v 1.8 2013/02/21 03:43:49 zmedico Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/rel${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND=">=dev-scheme/guile-1.8 |