diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:42:49 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:21 +0100 |
commit | 29028c7ad938454b36ed3f5c7af8232b265026c5 (patch) | |
tree | ce34d4f01a0d649ea9c32e0e6b34ea1c095238bc /dev-perl/UNIVERSAL-require | |
parent | dev-perl/Unicode-UTF8: drop x86-macos (diff) | |
download | gentoo-29028c7ad938454b36ed3f5c7af8232b265026c5.tar.gz gentoo-29028c7ad938454b36ed3f5c7af8232b265026c5.tar.bz2 gentoo-29028c7ad938454b36ed3f5c7af8232b265026c5.zip |
dev-perl/UNIVERSAL-require: 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/UNIVERSAL-require')
-rw-r--r-- | dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild index 6f115b0907d9..931da363d3d9 100644 --- a/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild +++ b/dev-perl/UNIVERSAL-require/UNIVERSAL-require-0.180.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 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="UNIVERSAL::require - require() modules from a variable" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="test" RESTRICT="!test? ( test )" |