diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-08-21 09:37:06 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-08-21 09:37:06 +0000 |
commit | b5d9cd0a3dd29f94c3b545676aa4d8ce5c065859 (patch) | |
tree | 69b3e7d15da532f87cb86c1a57e497ebbadf1c3a /dev-perl/module-info | |
parent | Stable on sh. (diff) | |
download | gentoo-2-b5d9cd0a3dd29f94c3b545676aa4d8ce5c065859.tar.gz gentoo-2-b5d9cd0a3dd29f94c3b545676aa4d8ce5c065859.tar.bz2 gentoo-2-b5d9cd0a3dd29f94c3b545676aa4d8ce5c065859.zip |
Stable on hppa
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/module-info')
-rw-r--r-- | dev-perl/module-info/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/module-info/module-info-0.28.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index a8922d5725dc..69ebe5d03540 100644 --- a/dev-perl/module-info/ChangeLog +++ b/dev-perl/module-info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/module-info # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.20 2005/08/13 23:24:36 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.21 2005/08/21 09:37:06 killerfox Exp $ + + 21 Aug 2005; Rene Nussbaumer <killerfox@gentoo.org> + module-info-0.28.ebuild: + Stable on hppa. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> module-info-0.28.ebuild: diff --git a/dev-perl/module-info/module-info-0.28.ebuild b/dev-perl/module-info/module-info-0.28.ebuild index 541bdd29dcbe..516c2eb03f1e 100644 --- a/dev-perl/module-info/module-info-0.28.ebuild +++ b/dev-perl/module-info/module-info-0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.28.ebuild,v 1.6 2005/08/13 23:24:36 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.28.ebuild,v 1.7 2005/08/21 09:37:06 killerfox Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/M/MB/MBARBON/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 ~hppa ~mips ppc ~ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 sparc x86" IUSE="" SRC_TEST="do" |