diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 16:24:09 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-06-27 16:24:09 +0000 |
commit | 84e42598694a6a1fe6dc101294d41fc9ae50004a (patch) | |
tree | b195bed04fb94ab38d62f7a085e972fcf74535fe /dev-perl/Sub-Install | |
parent | Fix build with --as-needed wrt bug 249295. Thanks to Diego for reporting. (diff) | |
download | historical-84e42598694a6a1fe6dc101294d41fc9ae50004a.tar.gz historical-84e42598694a6a1fe6dc101294d41fc9ae50004a.tar.bz2 historical-84e42598694a6a1fe6dc101294d41fc9ae50004a.zip |
ppc stable #323529
Package-Manager: portage-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" |