summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schuerch <nativemad@gentoo.org>2012-06-25 07:43:03 +0000
committerAndreas Schuerch <nativemad@gentoo.org>2012-06-25 07:43:03 +0000
commit1a17cd2d8be2cbe6dabc51a7d6c5b367cbf70f8f (patch)
treef2058c6146aee79e5b07a4645edf3a889ce14327 /dev-java/jruby
parentInstall Makefile.vapigen if USE=vapigen; some vala-based projects need it. (diff)
downloadgentoo-2-1a17cd2d8be2cbe6dabc51a7d6c5b367cbf70f8f.tar.gz
gentoo-2-1a17cd2d8be2cbe6dabc51a7d6c5b367cbf70f8f.tar.bz2
gentoo-2-1a17cd2d8be2cbe6dabc51a7d6c5b367cbf70f8f.zip
Pawel obviously forgot that package for x86 on bug 396305... I need it now for rubygems in bug 411507.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'dev-java/jruby')
-rw-r--r--dev-java/jruby/ChangeLog6
-rw-r--r--dev-java/jruby/jruby-1.6.5.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog
index 6abe82924fa1..d1f549d797b9 100644
--- a/dev-java/jruby/ChangeLog
+++ b/dev-java/jruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jruby
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.85 2012/05/09 04:03:28 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.86 2012/06/25 07:43:03 nativemad Exp $
+
+ 25 Jun 2012; Andreas Schuerch <nativemad@gentoo.org> jruby-1.6.5.1.ebuild:
+ Pawel obviously forgot that package for x86 on bug 396305... I need it now
+ for rubygems in bug 411507.
*jruby-1.6.7.2 (09 May 2012)
diff --git a/dev-java/jruby/jruby-1.6.5.1.ebuild b/dev-java/jruby/jruby-1.6.5.1.ebuild
index 0ad684513403..effe497f8f4d 100644
--- a/dev-java/jruby/jruby-1.6.5.1.ebuild
+++ b/dev-java/jruby/jruby-1.6.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.6.5.1.ebuild,v 1.3 2012/04/30 10:44:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-1.6.5.1.ebuild,v 1.4 2012/06/25 07:43:03 nativemad Exp $
EAPI="4"
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"
# jffi still needed? Or do we call that jnr-ffi?