diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-10-21 12:23:45 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-10-21 12:23:45 +0000 |
commit | 71dcac937d5a132cbeab240d49b9a4af5e2cfb26 (patch) | |
tree | 6084ef8df5bb7d422f214a98d82ecb653c4e8443 /dev-perl/Sub-Install | |
parent | Stable for HPPA (bug #525636). (diff) | |
download | gentoo-2-71dcac937d5a132cbeab240d49b9a4af5e2cfb26.tar.gz gentoo-2-71dcac937d5a132cbeab240d49b9a4af5e2cfb26.tar.bz2 gentoo-2-71dcac937d5a132cbeab240d49b9a4af5e2cfb26.zip |
Stable for HPPA (bug #525906).
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Sub-Install/ChangeLog b/dev-perl/Sub-Install/ChangeLog index a69afa5ec868..8e5554c7075d 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.31 2014/10/19 21:26:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/ChangeLog,v 1.32 2014/10/21 12:23:45 jer Exp $ + + 21 Oct 2014; Jeroen Roovers <jer@gentoo.org> Sub-Install-0.926.0-r1.ebuild: + Stable for HPPA (bug #525906). 19 Oct 2014; Andreas K. Huettel <dilfridge@gentoo.org> +Sub-Install-0.925.0.ebuild: diff --git a/dev-perl/Sub-Install/Sub-Install-0.926.0-r1.ebuild b/dev-perl/Sub-Install/Sub-Install-0.926.0-r1.ebuild index ccb9f711503d..0f31104d3ca4 100644 --- a/dev-perl/Sub-Install/Sub-Install-0.926.0-r1.ebuild +++ b/dev-perl/Sub-Install/Sub-Install-0.926.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r1.ebuild,v 1.1 2014/08/21 14:11:00 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sub-Install/Sub-Install-0.926.0-r1.ebuild,v 1.2 2014/10/21 12:23:45 jer Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="install subroutines into packages easily" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |