diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-07-23 02:44:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-07-23 02:44:14 +0000 |
commit | d0edb704ee7e3e8d22cd5f7e37b17c863743b506 (patch) | |
tree | 3ccbcf34efec3c5f7ba6bdf272504cf9e1ae6629 /dev-perl/yaml | |
parent | arm/sh stable (diff) | |
download | gentoo-2-d0edb704ee7e3e8d22cd5f7e37b17c863743b506.tar.gz gentoo-2-d0edb704ee7e3e8d22cd5f7e37b17c863743b506.tar.bz2 gentoo-2-d0edb704ee7e3e8d22cd5f7e37b17c863743b506.zip |
also add back in s390
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/yaml-0.62.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/yaml/yaml-0.65.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/yaml/yaml-0.62.ebuild b/dev-perl/yaml/yaml-0.62.ebuild index daea8980259a..e0a19e1ac142 100644 --- a/dev-perl/yaml/yaml-0.62.ebuild +++ b/dev-perl/yaml/yaml-0.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.62.ebuild,v 1.12 2007/07/23 02:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.62.ebuild,v 1.13 2007/07/23 02:44:14 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 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" SRC_TEST="do" diff --git a/dev-perl/yaml/yaml-0.65.ebuild b/dev-perl/yaml/yaml-0.65.ebuild index a45349405635..f05bce61a6b6 100644 --- a/dev-perl/yaml/yaml-0.65.ebuild +++ b/dev-perl/yaml/yaml-0.65.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.65.ebuild,v 1.3 2007/07/23 02:43:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.65.ebuild,v 1.4 2007/07/23 02:44:14 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 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" SRC_TEST="do" |