diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-07-01 14:53:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-07-01 14:53:49 +0000 |
commit | c7618089ec12b59159879c8910e8fd0860cf1120 (patch) | |
tree | d995cf6f2644849b66590fc555f2d7879ed5ba17 /dev-java | |
parent | Stable for amd64, wrt bug #553374 (diff) | |
download | gentoo-2-c7618089ec12b59159879c8910e8fd0860cf1120.tar.gz gentoo-2-c7618089ec12b59159879c8910e8fd0860cf1120.tar.bz2 gentoo-2-c7618089ec12b59159879c8910e8fd0860cf1120.zip |
Stable for x86, wrt bug #553374
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jython/jython-2.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index e15b749b62e9..ee1d451914e5 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.101 2015/07/01 14:53:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.102 2015/07/01 14:53:49 ago Exp $ + + 01 Jul 2015; Agostino Sarubbo <ago@gentoo.org> jython-2.7.0.ebuild: + Stable for x86, wrt bug #553374 01 Jul 2015; Agostino Sarubbo <ago@gentoo.org> jython-2.7.0.ebuild: Stable for amd64, wrt bug #553374 diff --git a/dev-java/jython/jython-2.7.0.ebuild b/dev-java/jython/jython-2.7.0.ebuild index 01e01cb4ce14..bbdd7d4a97aa 100644 --- a/dev-java/jython/jython-2.7.0.ebuild +++ b/dev-java/jython/jython-2.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.7.0.ebuild,v 1.4 2015/07/01 14:53:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.7.0.ebuild,v 1.5 2015/07/01 14:53:49 ago Exp $ EAPI=5 JAVA_PKG_IUSE="doc examples source" @@ -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 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="+readline test" REQUIRED_USE="test? ( readline )" |