diff options
author | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 12:24:17 +0000 |
---|---|---|
committer | Ralph Sennhauser <sera@gentoo.org> | 2012-01-01 12:24:17 +0000 |
commit | ff05dbb66e23f68f1bbdaebf57fdf5cba6a1c4bb (patch) | |
tree | c3112cd43b9bff2078df701d940806507e27143f /dev-java/jython | |
parent | Fix underlinking and tempnam failure so pkgmask can be lifted again; bug 371451 (diff) | |
download | gentoo-2-ff05dbb66e23f68f1bbdaebf57fdf5cba6a1c4bb.tar.gz gentoo-2-ff05dbb66e23f68f1bbdaebf57fdf5cba6a1c4bb.tar.bz2 gentoo-2-ff05dbb66e23f68f1bbdaebf57fdf5cba6a1c4bb.zip |
Drop ia64 support #345433
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jython')
-rw-r--r-- | dev-java/jython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jython/jython-2.1-r11.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-java/jython/ChangeLog b/dev-java/jython/ChangeLog index eb979cf23af0..21e8b7ed3a65 100644 --- a/dev-java/jython/ChangeLog +++ b/dev-java/jython/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jython -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.71 2011/11/16 19:05:54 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/ChangeLog,v 1.72 2012/01/01 12:24:17 sera Exp $ + + 01 Jan 2012; Ralph Sennhauser <sera@gentoo.org> jython-2.1-r11.ebuild: + Drop ia64 support #345433 16 Nov 2011; Markos Chandras <hwoarang@gentoo.org> jython-2.2.1-r1.ebuild, jython-2.5.0-r1.ebuild, jython-2.5.1-r1.ebuild, jython-2.5.1-r2.ebuild, diff --git a/dev-java/jython/jython-2.1-r11.ebuild b/dev-java/jython/jython-2.1-r11.ebuild index dd9a64a46b71..c201522f937c 100644 --- a/dev-java/jython/jython-2.1-r11.ebuild +++ b/dev-java/jython/jython-2.1-r11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r11.ebuild,v 1.10 2010/01/15 19:19:09 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jython/jython-2.1-r11.ebuild,v 1.11 2012/01/01 12:24:17 sera Exp $ inherit base java-pkg-2 @@ -11,7 +11,7 @@ MY_PV="21" SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" IUSE="readline source doc" # servlet |