diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-09-01 12:05:06 +0000 |
commit | cfebb54c537794bbd8ac03fa083e59b55ebcc31d (patch) | |
tree | 335a2d7603810bce7d4aee1cd27d4e3567eec143 /dev-perl/Sub-Install | |
parent | Version bump. (diff) | |
download | historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.gz historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.tar.bz2 historical-cfebb54c537794bbd8ac03fa083e59b55ebcc31d.zip |
Marked ~ppc-aix, bug #432288
Package-Manager: portage-2.2.01.20894-prefix/cvs/Darwin i386
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.926.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index 87552994fc68..6de50c7ff985 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.23 2012/08/09 18:08:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.24 2012/09/01 11:53:38 grobian Exp $ + + 01 Sep 2012; Fabian Groffen <grobian@gentoo.org> Sub-Install-0.926.0.ebuild: + Marked ~ppc-aix, bug #432288 09 Aug 2012; Brent Baude <ranger@gentoo.org> Sub-Install-0.926.0.ebuild: Marking Sub-Install-0.926.0 ppc for bug 418851 diff --git a/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild index 071852fa159b..a6e4413bdc8b 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.926.0.ebuild,v 1.5 2012/08/09 18:08:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0.ebuild,v 1.6 2012/09/01 11:53:38 grobian Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="install subroutines into packages easily" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |