diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:40:13 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-07-21 08:44:55 +1200 |
commit | 7c28d3963a1078df82f9d21e4e97ddaf2dccc82d (patch) | |
tree | 01f2cb8c23d0ae22ef61b3c782fcccf6bf9b3189 /dev-perl/Type-Tiny | |
parent | dev-perl/Type-Tiny-XS: Drop various prefixes re bug #673504 (diff) | |
download | gentoo-7c28d3963a1078df82f9d21e4e97ddaf2dccc82d.tar.gz gentoo-7c28d3963a1078df82f9d21e4e97ddaf2dccc82d.tar.bz2 gentoo-7c28d3963a1078df82f9d21e4e97ddaf2dccc82d.zip |
dev-perl/Type-Tiny: Drop various prefixes re bug #673504
Depends:
- dev-perl/Type-Tie
- 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/Type-Tiny')
-rw-r--r-- | dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild index f55b763248bd..cbfc42ba135c 100644 --- a/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild +++ b/dev-perl/Type-Tiny/Type-Tiny-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="tiny, yet Moo(se)-compatible type constraint" SLOT="0" -KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 hppa ppc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )" |