diff options
author | 2020-07-18 15:24:39 +1200 | |
---|---|---|
committer | 2020-07-18 15:25:16 +1200 | |
commit | 632ca11b310e82b6118f89f1b2433803d0341ee2 (patch) | |
tree | 01c1b6297fbf4de54e18a96e5ee9f9ed46bf5f03 /dev-perl/Try-Tiny | |
parent | dev-perl/Data-URIEncode: -r bump for EAPI7 (diff) | |
download | gentoo-632ca11b310e82b6118f89f1b2433803d0341ee2.tar.gz gentoo-632ca11b310e82b6118f89f1b2433803d0341ee2.tar.bz2 gentoo-632ca11b310e82b6118f89f1b2433803d0341ee2.zip |
dev-perl/Try-Tiny: Drop ~x64-cygwin re bug #665088
Dependency on dev-perl/Capture-Tiny unsatisfied, keywording stagnant
Bug: https://bugs.gentoo.org/665088
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Try-Tiny')
-rw-r--r-- | dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild b/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild index 7b208cc0e5b6..d8cba06cf177 100644 --- a/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild +++ b/dev-perl/Try-Tiny/Try-Tiny-0.300.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="Minimal try/catch with proper localization of \$@" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test minimal" RESTRICT="!test? ( test )" |