diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:39:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:18 +0100 |
commit | b4e86e06797908e8688e1244df98196f977f5732 (patch) | |
tree | 56123ba7487d79fd4e009fa327fe0ef342667424 /dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | |
parent | dev-perl/Tie-IxHash: drop x86-macos (diff) | |
download | gentoo-b4e86e06797908e8688e1244df98196f977f5732.tar.gz gentoo-b4e86e06797908e8688e1244df98196f977f5732.tar.bz2 gentoo-b4e86e06797908e8688e1244df98196f977f5732.zip |
dev-perl/Tie-Sub: drop x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild')
-rw-r--r-- | dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild index 23353cf46a72..ac9b5da49c35 100644 --- a/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild +++ b/dev-perl/Tie-Sub/Tie-Sub-1.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Tying a subroutine, function or method to a hash" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |