diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 16:48:09 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-29 16:48:09 +0100 |
commit | cee044b4557ec04684764b1d510e7252d34faea6 (patch) | |
tree | 03b3e33b5fc9c13057d121758dbd6f0fbed40c6a /dev-java/jython | |
parent | dev-java/junit: dropped ~x64-freebsd ~x86-freebsd (diff) | |
download | gentoo-cee044b4557ec04684764b1d510e7252d34faea6.tar.gz gentoo-cee044b4557ec04684764b1d510e7252d34faea6.tar.bz2 gentoo-cee044b4557ec04684764b1d510e7252d34faea6.zip |
dev-java/jython: dropped ~x86-freebsd
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/jython-2.7.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/jython/jython-2.7.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jython/jython-2.7.0-r1.ebuild b/dev-java/jython/jython-2.7.0-r1.ebuild index db0069cb9e8b..a2b25fa87391 100644 --- a/dev-java/jython/jython-2.7.0-r1.ebuild +++ b/dev-java/jython/jython-2.7.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_PV LICENSE="PSF-2" SLOT="2.7" -KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="examples test" CP_DEPEND="dev-java/antlr:3 diff --git a/dev-java/jython/jython-2.7.0.ebuild b/dev-java/jython/jython-2.7.0.ebuild index 4d60a40192e5..52dcb4d9f42a 100644 --- a/dev-java/jython/jython-2.7.0.ebuild +++ b/dev-java/jython/jython-2.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SRC_URI="http://search.maven.org/remotecontent?filepath=org/python/${PN}/${MY_PV LICENSE="PSF-2" SLOT="2.7" -KEYWORDS="amd64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="+readline test" REQUIRED_USE="test? ( readline )" |