diff options
author | Tom Gall <tgall@gentoo.org> | 2007-10-08 07:57:20 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2007-10-08 07:57:20 +0000 |
commit | 488d18383e711c49f1b34ca6eb195073d56193b1 (patch) | |
tree | 32eed936d2f05f3500f6563797b2fdb1549721ff /dev-perl/module-info | |
parent | Stable on ppc64; bug #113778 (diff) | |
download | gentoo-2-488d18383e711c49f1b34ca6eb195073d56193b1.tar.gz gentoo-2-488d18383e711c49f1b34ca6eb195073d56193b1.tar.bz2 gentoo-2-488d18383e711c49f1b34ca6eb195073d56193b1.zip |
stable on ppc64
(Portage version: 2.1.3.9)
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.31.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index 6bb0c633400c..52a983b45784 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.48 2007/08/09 15:32:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.49 2007/10/08 07:57:20 tgall Exp $ + + 08 Oct 2007; Tom Gall <tgall@gentoo.org> module-info-0.31.ebuild: + stable on ppc64 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> module-info-0.31.ebuild: diff --git a/dev-perl/module-info/module-info-0.31.ebuild b/dev-perl/module-info/module-info-0.31.ebuild index 07ab0bbe4cf4..531ec7bcf14b 100644 --- a/dev-perl/module-info/module-info-0.31.ebuild +++ b/dev-perl/module-info/module-info-0.31.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.31.ebuild,v 1.4 2007/08/09 15:32:58 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.5 2007/10/08 07:57:20 tgall Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha ~amd64 ~hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |