diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:05:37 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:27 +0100 |
commit | 4dd85cd7af085366d2110b4e38d01f7a6ecba647 (patch) | |
tree | 3daf27e51e19a3dfcb81f815e0a56ecb9508a021 /dev-lang | |
parent | dev-lang/orc: drop x86-macos (diff) | |
download | gentoo-4dd85cd7af085366d2110b4e38d01f7a6ecba647.tar.gz gentoo-4dd85cd7af085366d2110b4e38d01f7a6ecba647.tar.bz2 gentoo-4dd85cd7af085366d2110b4e38d01f7a6ecba647.zip |
dev-lang/parrot: 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-lang')
-rw-r--r-- | dev-lang/parrot/parrot-8.1.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/parrot/parrot-8.1.0-r2.ebuild b/dev-lang/parrot/parrot-8.1.0-r2.ebuild index 85f839ba76ae..f0a61b39bbf4 100644 --- a/dev-lang/parrot/parrot-8.1.0-r2.ebuild +++ b/dev-lang/parrot/parrot-8.1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.parrot.org/pub/parrot/releases/all/${PV}/${P}.tar.gz" LICENSE="Artistic-2" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="opengl nls doc examples gdbm +gmp ssl +unicode pcre" CDEPEND="sys-libs/readline:0= |