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/module-build | |
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/module-build')
-rw-r--r-- | dev-perl/module-build/module-build-0.25.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/module-build/module-build-0.26.08.ebuild | 9 |
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-perl/module-build/module-build-0.25.ebuild b/dev-perl/module-build/module-build-0.25.ebuild index 178144762563..3750289a9240 100644 --- a/dev-perl/module-build/module-build-0.25.ebuild +++ b/dev-perl/module-build/module-build-0.25.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/module-build/module-build-0.25.ebuild,v 1.14 2005/03/18 21:54:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.25.ebuild,v 1.15 2005/03/18 23:49:55 vapier Exp $ inherit perl-module @@ -12,10 +12,10 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${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" - DEPEND="dev-perl/yaml >=dev-perl/Archive-Tar-1.09" + +SRC_TEST="do" diff --git a/dev-perl/module-build/module-build-0.26.08.ebuild b/dev-perl/module-build/module-build-0.26.08.ebuild index 26f169f02657..09c44b7eafde 100644 --- a/dev-perl/module-build/module-build-0.26.08.ebuild +++ b/dev-perl/module-build/module-build-0.26.08.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/module-build/module-build-0.26.08.ebuild,v 1.3 2005/03/18 21:54:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/module-build/module-build-0.26.08.ebuild,v 1.4 2005/03/18 23:49:55 vapier Exp $ inherit perl-module @@ -13,11 +13,10 @@ SRC_URI="mirror://cpan/authors/id/K/KW/KWILLIAMS/${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" - - DEPEND="dev-perl/yaml >=dev-perl/Archive-Tar-1.09" + +SRC_TEST="do" |