diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-14 19:37:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-14 19:37:37 +0000 |
commit | 64ec7fd1f21cde6a084621ccd6cb7d6eb205b4f7 (patch) | |
tree | 09686aeeffd7821bf772edee0f02d4567fa36dd7 /dev-java/jython | |
parent | Stable for amd64, wrt bug #451642 (diff) | |
download | gentoo-2-64ec7fd1f21cde6a084621ccd6cb7d6eb205b4f7.tar.gz gentoo-2-64ec7fd1f21cde6a084621ccd6cb7d6eb205b4f7.tar.bz2 gentoo-2-64ec7fd1f21cde6a084621ccd6cb7d6eb205b4f7.zip |
Stable for amd64, wrt bug #451630
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/jython/jython-2.5.3-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index 1b27e32eebbb..cb48661739f2 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.83 2013/01/13 08:59:12 sera Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.84 2013/01/14 19:37:37 ago Exp $ + + 14 Jan 2013; Agostino Sarubbo <ago@gentoo.org> jython-2.5.3-r2.ebuild: + Stable for amd64, wrt bug #451630 13 Jan 2013; Ralph Sennhauser <sera@gentoo.org> jython-2.2.1-r2.ebuild: Fix dohtml call. #451010 diff --git a/dev-java/jython/jython-2.5.3-r2.ebuild b/dev-java/jython/jython-2.5.3-r2.ebuild index a86845e0f3a4..36e642d7dcf6 100644 --- a/dev-java/jython/jython-2.5.3-r2.ebuild +++ b/dev-java/jython/jython-2.5.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.3-r2.ebuild,v 1.1 2012/12/02 10:16:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.5.3-r2.ebuild,v 1.2 2013/01/14 19:37:37 ago Exp $ EAPI="4" @@ -14,7 +14,7 @@ SRC_URI="http://central.maven.org/maven2/org/python/${PN}-installer/${PV}/${PN}- LICENSE="PSF-2" SLOT="2.5" -KEYWORDS="~amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="readline" # Missing in installer jar. |