diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-18 23:49:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-18 23:49:55 +0000 |
commit | a699239e81eaedb971b2529978e0f8aab768992c (patch) | |
tree | f510b33253bf7690569a64eb76a1eba40b118d30 /dev-perl/yaml/yaml-0.36.ebuild | |
parent | Removing full path from xmkmf call as it is not needed, and breaks systems wi... (diff) | |
download | gentoo-2-a699239e81eaedb971b2529978e0f8aab768992c.tar.gz gentoo-2-a699239e81eaedb971b2529978e0f8aab768992c.tar.bz2 gentoo-2-a699239e81eaedb971b2529978e0f8aab768992c.zip |
more KEYWORDS for #68570
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/yaml/yaml-0.36.ebuild')
-rw-r--r-- | dev-perl/yaml/yaml-0.36.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/yaml/yaml-0.36.ebuild b/dev-perl/yaml/yaml-0.36.ebuild index 8d53843fd926..025a753836f9 100644 --- a/dev-perl/yaml/yaml-0.36.ebuild +++ b/dev-perl/yaml/yaml-0.36.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.2 2005/03/18 21:12:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.36.ebuild,v 1.3 2005/03/18 23:48:42 vapier Exp $ inherit perl-module @@ -12,7 +12,7 @@ SRC_URI="mirror://cpan/authors/id/I/IN/INGY/${MY_P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_TEST="do" |