summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-23 17:19:54 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-23 17:19:54 +0000
commit0374411758c0e550762e13a51e883405bfc9899b (patch)
treec42402a1b834cf894fcece84b1cdb59e80d87242 /dev-java
parentnet-zope/zope-fixers is only needed for python 3, don't pull it in when pytho... (diff)
downloadgentoo-2-0374411758c0e550762e13a51e883405bfc9899b.tar.gz
gentoo-2-0374411758c0e550762e13a51e883405bfc9899b.tar.bz2
gentoo-2-0374411758c0e550762e13a51e883405bfc9899b.zip
Stable on amd64 wrt bug #332957
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jruby/ChangeLog5
-rw-r--r--dev-java/jruby/jruby-1.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog
index 6d5cdefb184b..c4c4bfe29922 100644
--- a/dev-java/jruby/ChangeLog
+++ b/dev-java/jruby/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/jruby
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.69 2010/08/23 14:52:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.70 2010/08/23 17:19:54 hwoarang Exp $
+
+ 23 Aug 2010; Markos Chandras <hwoarang@gentoo.org> jruby-1.5.2.ebuild:
+ Stable on amd64 wrt bug #332957
23 Aug 2010; Christian Faulhammer <fauli@gentoo.org> jruby-1.5.2.ebuild:
stable x86, security bug 332957
diff --git a/dev-java/jruby/jruby-1.5.2.ebuild b/dev-java/jruby/jruby-1.5.2.ebuild
index a74e2278f165..0b649272dd0f 100644
--- a/dev-java/jruby/jruby-1.5.2.ebuild
+++ b/dev-java/jruby/jruby-1.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.5.2.ebuild,v 1.2 2010/08/23 14:52:03 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.5.2.ebuild,v 1.3 2010/08/23 17:19:54 hwoarang Exp $
EAPI="2"
JAVA_PKG_IUSE="doc source test"
@@ -13,7 +13,7 @@ HOMEPAGE="http://jruby.codehaus.org/"
SRC_URI="http://jruby.org.s3.amazonaws.com/downloads/${PV}/${PN}-src-${PV}.tar.gz"
LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="bsf ssl"
CDEPEND=">=dev-java/bytelist-1.0.6:0