diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:34:31 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-06 10:34:31 +0000 |
commit | bf5ddac9ab3032003553c7f73e7253b773aa9af7 (patch) | |
tree | 53f9169139ececa33bea143d8f6b62b8a31c1a67 /dev-perl/module-info | |
parent | Stable for ppc64, wrt bug #495424 (diff) | |
download | gentoo-2-bf5ddac9ab3032003553c7f73e7253b773aa9af7.tar.gz gentoo-2-bf5ddac9ab3032003553c7f73e7253b773aa9af7.tar.bz2 gentoo-2-bf5ddac9ab3032003553c7f73e7253b773aa9af7.zip |
Stable for ppc64, wrt bug #495546
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.350.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index a6dd4e3539b8..9d95dc54465c 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.74 2014/03/05 15:25:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.75 2014/03/06 10:34:31 ago Exp $ + + 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> module-info-0.350.0.ebuild: + Stable for ppc64, wrt bug #495546 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> module-info-0.350.0.ebuild: Stable for ppc, wrt bug #495546 diff --git a/dev-perl/module-info/module-info-0.350.0.ebuild b/dev-perl/module-info/module-info-0.350.0.ebuild index 6cbcf28fbacb..026dd4991de5 100644 --- a/dev-perl/module-info/module-info-0.350.0.ebuild +++ b/dev-perl/module-info/module-info-0.350.0.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/module-info/module-info-0.350.0.ebuild,v 1.5 2014/03/05 15:25:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.350.0.ebuild,v 1.6 2014/03/06 10:34:31 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Information about Perl modules" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~mips ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 hppa ~mips ppc ppc64 x86" IUSE="test" RDEPEND="" |