diff options
author | 2006-06-29 16:51:57 +0000 | |
---|---|---|
committer | 2006-06-29 16:51:57 +0000 | |
commit | 29478778b42745c617d8daa2b6c500d9c931f352 (patch) | |
tree | bf978afbc867b7dd58fa5e49bda6e5484bdc14a7 | |
parent | Fix for autoconf 2.60 from bug# 138210 (diff) | |
download | gentoo-2-29478778b42745c617d8daa2b6c500d9c931f352.tar.gz gentoo-2-29478778b42745c617d8daa2b6c500d9c931f352.tar.bz2 gentoo-2-29478778b42745c617d8daa2b6c500d9c931f352.zip |
Stable on hppa
(Portage version: 2.1-r1)
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index 7322f97234d6..3f04a59f9cbb 100644 --- a/dev-perl/Spiffy/ChangeLog +++ b/dev-perl/Spiffy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Spiffy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.13 2006/06/12 16:35:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.14 2006/06/29 16:51:57 gustavoz Exp $ + + 29 Jun 2006; Gustavo Zacarias <gustavoz@gentoo.org> Spiffy-0.30.ebuild: + Stable on hppa 12 Jun 2006; Michael Cummings <mcummings@gentoo.org> Spiffy-0.26.ebuild, Spiffy-0.29.ebuild, Spiffy-0.30.ebuild: diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild index 44165b3280ba..8c906f546655 100644 --- a/dev-perl/Spiffy/Spiffy-0.30.ebuild +++ b/dev-perl/Spiffy/Spiffy-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/Spiffy/Spiffy-0.30.ebuild,v 1.7 2006/06/12 16:35:04 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.8 2006/06/29 16:51:57 gustavoz Exp $ inherit perl-module @@ -9,7 +9,7 @@ HOMEPAGE="http://search.cpan.org/search?query=${PN}" SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |