diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-23 20:48:18 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-23 20:48:18 +0000 |
commit | 95997ffff12137521565dddceb147d66f127f4a4 (patch) | |
tree | 1f2647e86996e41c01d78d24df51cbff646cbe16 /dev-perl/Class-Spiffy | |
parent | Added ~ppc64; bug #120090 (diff) | |
download | gentoo-2-95997ffff12137521565dddceb147d66f127f4a4.tar.gz gentoo-2-95997ffff12137521565dddceb147d66f127f4a4.tar.bz2 gentoo-2-95997ffff12137521565dddceb147d66f127f4a4.zip |
Added ~ppc64; bug #119199
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Class-Spiffy')
-rw-r--r-- | dev-perl/Class-Spiffy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Class-Spiffy/ChangeLog b/dev-perl/Class-Spiffy/ChangeLog index 7bd50c7998d8..00b3efde779c 100644 --- a/dev-perl/Class-Spiffy/ChangeLog +++ b/dev-perl/Class-Spiffy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Class-Spiffy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.1 2006/01/22 16:47:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/ChangeLog,v 1.2 2006/01/23 20:48:18 corsair Exp $ + + 23 Jan 2006; Markus Rothe <corsair@gentoo.org> Class-Spiffy-0.12.ebuild: + Added ~ppc64; bug #119199 *Class-Spiffy-0.12 (22 Jan 2006) diff --git a/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild b/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild index 0c8db41ac3c3..43a09f12587b 100644 --- a/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild +++ b/dev-perl/Class-Spiffy/Class-Spiffy-0.12.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/Class-Spiffy/Class-Spiffy-0.12.ebuild,v 1.1 2006/01/22 16:47:33 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-Spiffy/Class-Spiffy-0.12.ebuild,v 1.2 2006/01/23 20:48:18 corsair 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="~hppa ~ppc ~sparc ~x86" +KEYWORDS="~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |