diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:30:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:44:37 +1200 |
commit | 153b32a87e1039e0eb0ffeab4501a770dfbe02f2 (patch) | |
tree | cf65d82cee0c60ab30b549c4395ba5d3bb664ae0 /dev-perl/Module-Implementation | |
parent | dev-perl/Params-Validate: Drop various prefixes re bug #673504 (diff) | |
download | gentoo-153b32a87e1039e0eb0ffeab4501a770dfbe02f2.tar.gz gentoo-153b32a87e1039e0eb0ffeab4501a770dfbe02f2.tar.bz2 gentoo-153b32a87e1039e0eb0ffeab4501a770dfbe02f2.zip |
dev-perl/Module-Implementation: Drop various prefixes re bug #673504
Depends:
- dev-perl/Test-Requires
Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Module-Implementation')
-rw-r--r-- | dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild index b6427b4f0abf..1607d8949d79 100644 --- a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild +++ b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Loads one of several alternate underlying implementations for a mod LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |