diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:46:11 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:54:23 +0100 |
commit | b2216792805864f0887498c88c199a929f6b85c8 (patch) | |
tree | af9ec2cbec5b2df0d6e0b1672618f9ca118903bf /dev-perl | |
parent | dev-perl/XML-RegExp: drop x86-macos (diff) | |
download | gentoo-b2216792805864f0887498c88c199a929f6b85c8.tar.gz gentoo-b2216792805864f0887498c88c199a929f6b85c8.tar.bz2 gentoo-b2216792805864f0887498c88c199a929f6b85c8.zip |
dev-perl/XML-RSS: 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')
-rw-r--r-- | dev-perl/XML-RSS/XML-RSS-1.600.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XML-RSS/XML-RSS-1.600.0.ebuild b/dev-perl/XML-RSS/XML-RSS-1.600.0.ebuild index 80f69c350528..4398147271dd 100644 --- a/dev-perl/XML-RSS/XML-RSS-1.600.0.ebuild +++ b/dev-perl/XML-RSS/XML-RSS-1.600.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 @@ -12,7 +12,7 @@ DESCRIPTION="a basic framework for creating and maintaining RSS files" HOMEPAGE="http://perl-rss.sourceforge.net/" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |