diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:27:07 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:10 +0100 |
commit | 321a49a066903b95f88ac0c10f37af6ceddbbe7e (patch) | |
tree | 3f0168a9f97dc1ae3c47faa6250e98d756fb95fb /dev-perl/Test-NoWarnings | |
parent | dev-perl/Test-Needs: drop x86-macos (diff) | |
download | gentoo-321a49a066903b95f88ac0c10f37af6ceddbbe7e.tar.gz gentoo-321a49a066903b95f88ac0c10f37af6ceddbbe7e.tar.bz2 gentoo-321a49a066903b95f88ac0c10f37af6ceddbbe7e.zip |
dev-perl/Test-NoWarnings: 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/Test-NoWarnings')
-rw-r--r-- | dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild index 8ceac0e9a156..e0b1d590d6e0 100644 --- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild +++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.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 @@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while testing" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="virtual/perl-Test-Simple" |