diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-29 19:27:16 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-06-29 19:27:16 +0000 |
commit | 09b1f71255e23a7e35a42f7770f6c71e74695f6c (patch) | |
tree | 4b84c10b07bb8af97dff2167abea3d3c2316353d /dev-perl/module-info | |
parent | Stable on amd64 and x86 wrt bug #136721. (diff) | |
download | gentoo-2-09b1f71255e23a7e35a42f7770f6c71e74695f6c.tar.gz gentoo-2-09b1f71255e23a7e35a42f7770f6c71e74695f6c.tar.bz2 gentoo-2-09b1f71255e23a7e35a42f7770f6c71e74695f6c.zip |
Stable on hppa
(Portage version: 2.1-r1)
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.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/module-info/ChangeLog b/dev-perl/module-info/ChangeLog index dd4565a2440c..822a8fd9df25 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.34 2006/06/12 15:48:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/ChangeLog,v 1.35 2006/06/29 19:27:16 gustavoz Exp $ + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> + module-info-0.30.ebuild: + Stable on hppa 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> module-info-0.30.ebuild: diff --git a/dev-perl/module-info/module-info-0.30.ebuild b/dev-perl/module-info/module-info-0.30.ebuild index 8f784c944508..67469d70d070 100644 --- a/dev-perl/module-info/module-info-0.30.ebuild +++ b/dev-perl/module-info/module-info-0.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.30.ebuild,v 1.2 2006/06/12 15:48:08 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-info/module-info-0.30.ebuild,v 1.3 2006/06/29 19:27:16 gustavoz 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" |