diff options
author | Thomas Cort <tcort@gentoo.org> | 2006-04-20 20:14:29 +0000 |
---|---|---|
committer | Thomas Cort <tcort@gentoo.org> | 2006-04-20 20:14:29 +0000 |
commit | 8c5e7d62c9d173b4560c448dab56f526e84eec34 (patch) | |
tree | b8073d9a74259891698ca8a460c855f16543f9cb /dev-perl/Spiffy | |
parent | Resurrect 0.10 and p.mask 0.11 as it needs newer dependencies. (diff) | |
download | gentoo-2-8c5e7d62c9d173b4560c448dab56f526e84eec34.tar.gz gentoo-2-8c5e7d62c9d173b4560c448dab56f526e84eec34.tar.bz2 gentoo-2-8c5e7d62c9d173b4560c448dab56f526e84eec34.zip |
Added ~amd64 keyword wrt Bug #119199.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-perl/Spiffy')
-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 b93622b4beaa..82fdff261fd7 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.10 2006/04/20 16:49:38 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/ChangeLog,v 1.11 2006/04/20 20:14:29 tcort Exp $ + + 20 Apr 2006; Thomas Cort <tcort@gentoo.org> Spiffy-0.30.ebuild: + Added ~amd64 keyword wrt Bug #119199. 20 Apr 2006; Thomas Cort <tcort@gentoo.org> Spiffy-0.30.ebuild: Added ~alpha keyword wrt Bug #119199. diff --git a/dev-perl/Spiffy/Spiffy-0.30.ebuild b/dev-perl/Spiffy/Spiffy-0.30.ebuild index 497b28721f32..55fd615045db 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.4 2006/04/20 16:49:38 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Spiffy/Spiffy-0.30.ebuild,v 1.5 2006/04/20 20:14:29 tcort 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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="" SRC_TEST="do" |