diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:13:08 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:44:04 +1200 |
commit | 1b9bb9933d2a34ea15901df937ca636522023b1a (patch) | |
tree | e9369d84b2173643ad8f4528ce05bcf276554dbd /dev-perl/List-AllUtils | |
parent | dev-perl/Class-Load-XS: Drop various prefixes re bug #673504 (diff) | |
download | gentoo-1b9bb9933d2a34ea15901df937ca636522023b1a.tar.gz gentoo-1b9bb9933d2a34ea15901df937ca636522023b1a.tar.bz2 gentoo-1b9bb9933d2a34ea15901df937ca636522023b1a.zip |
dev-perl/List-AllUtils: Drop various prefixes re bug #673504
Depends:
- dev-perl/List-SomeUtils
- dev-perl/Module-Implementation
- 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/List-AllUtils')
-rw-r--r-- | dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild index 84ecf6bf7877..7d6b12b592a4 100644 --- a/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild +++ b/dev-perl/List-AllUtils/List-AllUtils-0.140.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Combines many List::* utility modules in one bite-sized package" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ppc ppc64 ~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 ppc ppc64 ~s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" LICENSE="Artistic-2" IUSE="test" RESTRICT="!test? ( test )" |