diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:42:48 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:03 +0100 |
commit | 898162ce3a976d72f47435ccfefafd9baad24db7 (patch) | |
tree | 454d087aca331ae6403cfeb712d08473cfbd60d6 /dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild | |
parent | dev-perl/Carp-Always: drop x86-macos (diff) | |
download | gentoo-898162ce3a976d72f47435ccfefafd9baad24db7.tar.gz gentoo-898162ce3a976d72f47435ccfefafd9baad24db7.tar.bz2 gentoo-898162ce3a976d72f47435ccfefafd9baad24db7.zip |
dev-perl/Carp-Assert: 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/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild')
-rw-r--r-- | dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild b/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild index 4e9eeab04970..3bfbd41ee5de 100644 --- a/dev-perl/Carp-Assert/Carp-Assert-0.210.0-r1.ebuild +++ b/dev-perl/Carp-Assert/Carp-Assert-0.210.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=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Executable comments in carp" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |