diff options
author | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:58:46 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-01-13 13:58:46 +0000 |
commit | f085eb4a4d811716567d61e41259b37cca310d24 (patch) | |
tree | c1e4114ae5b8ad3654828a619e787c2b22eb4ce3 /dev-perl/Const-Fast | |
parent | add ~arm, bug #449762 (diff) | |
download | gentoo-2-f085eb4a4d811716567d61e41259b37cca310d24.tar.gz gentoo-2-f085eb4a4d811716567d61e41259b37cca310d24.tar.bz2 gentoo-2-f085eb4a4d811716567d61e41259b37cca310d24.zip |
add ~arm, bug #449762
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Const-Fast/ChangeLog b/dev-perl/Const-Fast/ChangeLog index cb8a699ca7ae..ae4dcdaa0979 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.4 2013/01/08 18:30:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Const-Fast/ChangeLog,v 1.5 2013/01/13 13:58:46 maekke Exp $ + + 13 Jan 2013; Markus Meier <maekke@gentoo.org> Const-Fast-0.13.0.ebuild: + add ~arm, bug #449762 08 Jan 2013; Torsten Veller <tove@gentoo.org> -Const-Fast-0.11.0.ebuild: Cleanup 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 db65ed5a0989..003c8403751a 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-2012 Gentoo Foundation +# 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.1 2012/09/08 07:07:50 tove Exp $ +# $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 $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Facility for creating read-only scalars, arrays, and hashes" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" RDEPEND=" |