diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 19:59:03 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-06 20:33:20 +0100 |
commit | 2225b55a9c85003d82e8614364634c5eec32d6ea (patch) | |
tree | 0bed5584bbb9cd901aa67bcabaa410fb48efa882 /dev-java | |
parent | dev-java/junitperf: drop x86-macos (diff) | |
download | gentoo-2225b55a9c85003d82e8614364634c5eec32d6ea.tar.gz gentoo-2225b55a9c85003d82e8614364634c5eec32d6ea.tar.bz2 gentoo-2225b55a9c85003d82e8614364634c5eec32d6ea.zip |
dev-java/jython: 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-java')
-rw-r--r-- | dev-java/jython/jython-2.7.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jython/jython-2.7.0-r2.ebuild b/dev-java/jython/jython-2.7.0-r2.ebuild index 6a11902e67b6..82ca29839984 100644 --- a/dev-java/jython/jython-2.7.0-r2.ebuild +++ b/dev-java/jython/jython-2.7.0-r2.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 @@ -15,7 +15,7 @@ SRC_URI="https://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_P LICENSE="PSF-2" SLOT="2.7" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="examples test" CP_DEPEND="dev-java/antlr:3 |