diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:32:31 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-17 20:53:59 +0200 |
commit | 6999e4e3b85f1e7fce408daed2cd655c4c73c9d0 (patch) | |
tree | 925a9a9dedaaecf3e33cf5c5a6784a5e2d20cfc1 /dev-perl/ExtUtils-Depends | |
parent | dev-perl/ExtUtils-Config: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-6999e4e3b85f1e7fce408daed2cd655c4c73c9d0.tar.gz gentoo-6999e4e3b85f1e7fce408daed2cd655c4c73c9d0.tar.bz2 gentoo-6999e4e3b85f1e7fce408daed2cd655c4c73c9d0.zip |
dev-perl/ExtUtils-Depends: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-perl/ExtUtils-Depends')
-rw-r--r-- | dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild index 6a3203ede636..5d6f5bef35ac 100644 --- a/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild +++ b/dev-perl/ExtUtils-Depends/ExtUtils-Depends-0.405.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Easily build XS extensions that depend on XS extensions" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" |