diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-02-08 20:11:07 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-02-08 20:11:07 +0000 |
commit | 7e1abfdfc29de19a6c7c28d832d539d2791da7ac (patch) | |
tree | a80742a31854bfdfe3e7c8f93d00ee0896070658 /dev-perl/Const-Fast | |
parent | Add secure-messaging USE, bug#456044, thanks to Marcus van Dam (diff) | |
download | gentoo-2-7e1abfdfc29de19a6c7c28d832d539d2791da7ac.tar.gz gentoo-2-7e1abfdfc29de19a6c7c28d832d539d2791da7ac.tar.bz2 gentoo-2-7e1abfdfc29de19a6c7c28d832d539d2791da7ac.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21688-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-perl/Const-Fast')
-rw-r--r-- | dev-perl/Const-Fast/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog index ae4dcdaa0979..6dc4014dc6e0 100644 --- a/dev-perl/Const-Fast/ChangeLog +++ b/dev-perl/Const-Fast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Const-Fast # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.5 2013/01/13 13:58:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.6 2013/02/08 20:11:07 bicatali Exp $ + + 08 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> Const-Fast-0.13.0.ebuild: + Keyword amd64-linux and x86-linux 13 Jan 2013; Markus Meier <maekke@gentoo.org> Const-Fast-0.13.0.ebuild: add ~arm, bug #449762 diff --git a/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild b/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild index 003c8403751a..1f5607c65800 100644 --- a/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild +++ b/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild,v 1.2 2013/01/13 13:58:46 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/Const-Fast-0.13.0.ebuild,v 1.3 2013/02/08 20:11:07 bicatali Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |