diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:00:38 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 22:53:53 +0100 |
commit | d1ba432935cc9b992a15aece6e2d52d9e0610a67 (patch) | |
tree | 45e94ea05e936d5bd9059aff45a7928c1f6affc5 /dev-perl/Parse-RecDescent | |
parent | dev-perl/PAR-Dist: drop x86-macos (diff) | |
download | gentoo-d1ba432935cc9b992a15aece6e2d52d9e0610a67.tar.gz gentoo-d1ba432935cc9b992a15aece6e2d52d9e0610a67.tar.bz2 gentoo-d1ba432935cc9b992a15aece6e2d52d9e0610a67.zip |
dev-perl/Parse-RecDescent: 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/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild index f8c2f5254aa4..1dbbdc9ef449 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.967.15.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="Generate Recursive-Descent Parsers" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~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 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test examples" RESTRICT="!test? ( test )" |