diff options
author | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:24:33 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-05-25 16:24:33 +0000 |
commit | 52a299b6a468150d886520bd257ca4cfb2af573a (patch) | |
tree | 4f14eb5104c4ee705914fb995c348072f6c334cd /dev-perl | |
parent | keyworded ~arch for ppc64, bug 270553 (diff) | |
download | gentoo-2-52a299b6a468150d886520bd257ca4cfb2af573a.tar.gz gentoo-2-52a299b6a468150d886520bd257ca4cfb2af573a.tar.bz2 gentoo-2-52a299b6a468150d886520bd257ca4cfb2af573a.zip |
keyworded ~arch for ppc64, bug 270555
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Sub-Install/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.925.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index dcff851d6c60..5713dcad49df 100644 --- a/dev-perl/Sub-Install/ChangeLog +++ b/dev-perl/Sub-Install/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Sub-Install # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.3 2009/05/02 10:33:47 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.4 2009/05/25 16:24:33 ranger Exp $ + + 25 May 2009; Brent Baude <ranger@gentoo.org> Sub-Install-0.925.ebuild: + keyworded ~arch for ppc64, bug 270555 02 May 2009; Torsten Veller <tove@gentoo.org> -Sub-Install-0.924.ebuild: Cleanup diff --git a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild index 9ce1147e60cf..e20c54bbb2c4 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.1 2009/01/16 20:20:19 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.2 2009/05/25 16:24:33 ranger Exp $ MODULE_AUTHOR=RJBS inherit perl-module @@ -9,7 +9,7 @@ DESCRIPTION="install subroutines into packages easily" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="test" RDEPEND="dev-lang/perl" |