diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-01-17 19:21:49 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2006-01-17 19:21:49 +0000 |
commit | dc99f497fd78412002f9ef6a5539b46767ca337f (patch) | |
tree | 52fffb13e06e1ab6bdc1ed99c9be2484209d153f /dev-perl/Spiffy | |
parent | Stable on sparc directly wrt OO 2.0.0 (diff) | |
download | gentoo-2-dc99f497fd78412002f9ef6a5539b46767ca337f.tar.gz gentoo-2-dc99f497fd78412002f9ef6a5539b46767ca337f.tar.bz2 gentoo-2-dc99f497fd78412002f9ef6a5539b46767ca337f.zip |
Added ~ppc keyword. bug 119199
(Portage version: 2.0.53)
Diffstat (limited to 'dev-perl/Spiffy')
-rw-r--r-- | dev-perl/Spiffy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Spiffy/Spiffy-0.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Spiffy/ChangeLog b/dev-perl/Spiffy/ChangeLog index ec7cc5bb4359..2b212e6bc1bb 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.1 2006/01/16 16:05:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.2 2006/01/17 19:19:03 nixnut Exp $ + + 17 Jan 2006; <nixnut@gentoo.org> Spiffy-0.26.ebuild: + Added ~ppc keyword. bug 119199 *Spiffy-0.26 (16 Jan 2006) diff --git a/dev-perl/Spiffy/Spiffy-0.26.ebuild b/dev-perl/Spiffy/Spiffy-0.26.ebuild index faa97f9b53e5..4914ead4ec28 100644 --- a/dev-perl/Spiffy/Spiffy-0.26.ebuild +++ b/dev-perl/Spiffy/Spiffy-0.26.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.26.ebuild,v 1.1 2006/01/16 16:05:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.26.ebuild,v 1.2 2006/01/17 19:19:03 nixnut 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="~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86" IUSE="" SRC_TEST="do" |