diff options
author | Fabian Groffen <grobian@gentoo.org> | 2018-10-27 14:35:22 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2018-10-27 14:35:22 +0200 |
commit | 9a0ffe9ebc894fa94e057272b1ddb8a74e4f29ea (patch) | |
tree | b54d16f7adb571e40c83b6bb4429183a20510394 /dev-perl/PPIx-Regexp | |
parent | dev-perl/PPI: added Prefix keywords, bug #665088 (diff) | |
download | gentoo-9a0ffe9ebc894fa94e057272b1ddb8a74e4f29ea.tar.gz gentoo-9a0ffe9ebc894fa94e057272b1ddb8a74e4f29ea.tar.bz2 gentoo-9a0ffe9ebc894fa94e057272b1ddb8a74e4f29ea.zip |
dev-perl/PPIx-Regexp: 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/PPIx-Regexp')
-rw-r--r-- | dev-perl/PPIx-Regexp/PPIx-Regexp-0.53.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.53.0.ebuild b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.53.0.ebuild index 7a7d50f24c2f..8087f7faed8f 100644 --- a/dev-perl/PPIx-Regexp/PPIx-Regexp-0.53.0.ebuild +++ b/dev-perl/PPIx-Regexp/PPIx-Regexp-0.53.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 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Represent a regular expression of some sort" SLOT="0" -KEYWORDS="alpha amd64 ppc ~ppc64 x86" +KEYWORDS="alpha amd64 ppc ~ppc64 x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test examples" RDEPEND=" |