diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:05:25 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:56 +0100 |
commit | 24c53aa94b52f07a2cdbe910701592aaafead674 (patch) | |
tree | 698ca13e14f719bda82f9c3bf25dd44b606c205f /dev-perl/Pod-Tests | |
parent | dev-perl/Pod-Spell: drop x86-macos (diff) | |
download | gentoo-24c53aa94b52f07a2cdbe910701592aaafead674.tar.gz gentoo-24c53aa94b52f07a2cdbe910701592aaafead674.tar.bz2 gentoo-24c53aa94b52f07a2cdbe910701592aaafead674.zip |
dev-perl/Pod-Tests: 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/Pod-Tests')
-rw-r--r-- | dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild index a6f2130a9d36..c50f19101a4b 100644 --- a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild +++ b/dev-perl/Pod-Tests/Pod-Tests-1.190.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=6 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Extracts embedded tests and code examples from POD" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" RDEPEND="virtual/perl-File-Spec" |