diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 16:21:07 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 16:21:07 +0000 |
commit | 3cc8fbbb476515a2976e133eed3c282129e28d39 (patch) | |
tree | adba926946955114d1f1c8e7871ce59c5a1d0dc2 /dev-perl/Sub-Install | |
parent | Adding missing dependency on app-arch/unzip. (diff) | |
download | gentoo-2-3cc8fbbb476515a2976e133eed3c282129e28d39.tar.gz gentoo-2-3cc8fbbb476515a2976e133eed3c282129e28d39.tar.bz2 gentoo-2-3cc8fbbb476515a2976e133eed3c282129e28d39.zip |
ppc stable #323529
(Portage version: 2.1.8.3/cvs/Linux ppc)
Diffstat (limited to 'dev-perl/Sub-Install')
-rw-r--r-- | dev-perl/Sub-Install/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Sub-Install/Sub-Install-0.925.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index 12343dd982ea..3ac6d9c722f0 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.6 2009/12/02 09:38:42 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.7 2010/06/27 16:21:07 nixnut Exp $ + + 27 Jun 2010; <nixnut@gentoo.org> Sub-Install-0.925.ebuild: + ppc stable #323529 02 Dec 2009; Torsten Veller <tove@gentoo.org> Sub-Install-0.925.ebuild: Stable on amd64 and x86 (#293622) diff --git a/dev-perl/Sub-Install/Sub-Install-0.925.ebuild b/dev-perl/Sub-Install/Sub-Install-0.925.ebuild index 0fae413456a9..881f8feaa487 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 +# Copyright 1999-2010 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.4 2009/12/02 09:38:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.925.ebuild,v 1.5 2010/06/27 16:21:07 nixnut 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 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ppc ~ppc64 x86" IUSE="test" RDEPEND="dev-lang/perl" |