diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-11-19 03:09:12 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-11-19 03:09:12 +0000 |
commit | 1ebb4aa0424b762425c798651c9d2aef74efbf6d (patch) | |
tree | 1c48e931452a34c5a301705da72c118dc4aa88c0 /dev-perl/module-info | |
parent | Stable on mips. (diff) | |
download | historical-1ebb4aa0424b762425c798651c9d2aef74efbf6d.tar.gz historical-1ebb4aa0424b762425c798651c9d2aef74efbf6d.tar.bz2 historical-1ebb4aa0424b762425c798651c9d2aef74efbf6d.zip |
Stable on mips.
Package-Manager: portage-2.1.3.19
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 c2909a55f34e..6c12962432c5 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.50 2007/11/10 19:09:35 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.51 2007/11/19 03:03:03 kumba Exp $ + + 19 Nov 2007; Joshua Kinard <kumba@gentoo.org> module-info-0.31.ebuild: + Stable on mips. 10 Nov 2007; Samuli Suominen <drac@gentoo.org> module-info-0.31.ebuild: amd64 stable diff --git a/dev-perl/module-info/module-info-0.31.ebuild b/dev-perl/module-info/module-info-0.31.ebuild index 21ac304baa20..e35c4ab9c378 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.6 2007/11/10 19:09:35 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.31.ebuild,v 1.7 2007/11/19 03:03:03 kumba 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" |