diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 21:45:18 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:43 +0100 |
commit | dff7e689cba22840b0280efbe2b6bb2dfffda63d (patch) | |
tree | af540ac2a337e992de46a4be5212c1ade66edefd /dev-perl/Module-Implementation | |
parent | dev-perl/Module-Build-Tiny: drop x86-macos (diff) | |
download | gentoo-dff7e689cba22840b0280efbe2b6bb2dfffda63d.tar.gz gentoo-dff7e689cba22840b0280efbe2b6bb2dfffda63d.tar.bz2 gentoo-dff7e689cba22840b0280efbe2b6bb2dfffda63d.zip |
dev-perl/Module-Implementation: 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/Module-Implementation')
-rw-r--r-- | dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 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 6da652c02d55..6c06fdc10d72 100644 --- a/dev-perl/Module-Implementation/Module-Implementation-0.90.0.ebuild +++ b/dev-perl/Module-Implementation/Module-Implementation-0.90.0.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=6 @@ -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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |