diff options
Diffstat (limited to 'dev-perl/Sub-Install')
-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 5713dcad49df..1631a1a67006 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.4 2009/05/25 16:24:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.5 2009/10/26 13:31:18 volkmar Exp $ + + 26 Oct 2009; Mounir Lamouri <volkmar@gentoo.org> Sub-Install-0.925.ebuild: + Keywording for ppc, bug 283244 25 May 2009; Brent Baude <ranger@gentoo.org> Sub-Install-0.925.ebuild: keyworded ~arch for ppc64, bug 270555 diff --git a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild index e20c54bbb2c4..f0dac29d9e17 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.2 2009/05/25 16:24:33 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.3 2009/10/26 13:31:18 volkmar 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND="dev-lang/perl" |