diff options
author | Eric Sammer <esammer@gentoo.org> | 2004-01-19 21:58:16 +0000 |
---|---|---|
committer | Eric Sammer <esammer@gentoo.org> | 2004-01-19 21:58:16 +0000 |
commit | 02bf6fac7cb61d273a9b82ac4b33319058484b0a (patch) | |
tree | df3f18fcc3e9b1eba6df8244a4830d93121c29cd /dev-perl/yaml/yaml-0.35.ebuild | |
parent | Marked stable on ppc and alpha to fix depend.BAD for Archive-Tar needed by mo... (diff) | |
download | gentoo-2-02bf6fac7cb61d273a9b82ac4b33319058484b0a.tar.gz gentoo-2-02bf6fac7cb61d273a9b82ac4b33319058484b0a.tar.bz2 gentoo-2-02bf6fac7cb61d273a9b82ac4b33319058484b0a.zip |
Added ~amd64 to keywords to fix depend.BAD on module-build.
Diffstat (limited to 'dev-perl/yaml/yaml-0.35.ebuild')
-rw-r--r-- | dev-perl/yaml/yaml-0.35.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/yaml/yaml-0.35.ebuild b/dev-perl/yaml/yaml-0.35.ebuild index 2adcee5396f7..2aad801ad03e 100644 --- a/dev-perl/yaml/yaml-0.35.ebuild +++ b/dev-perl/yaml/yaml-0.35.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.2 2003/09/06 22:37:58 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.3 2004/01/19 21:58:16 esammer Exp $ inherit perl-module @@ -12,7 +12,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IN/INGY/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc" +KEYWORDS="x86 ~alpha ~arm ~hppa ~mips ~ppc ~sparc ~amd64" src_compile() { echo "" | perl-module_src_compile |