summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-03-08 04:52:36 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-03-08 04:52:36 +0000
commit3db38d4a458dcee521daa4975e5f900ffa21d644 (patch)
tree8cf62e99a91e43b80d1db2ffe414e3dc24082b68 /dev-java/jruby
parentFixed bad patch. (diff)
downloadgentoo-2-3db38d4a458dcee521daa4975e5f900ffa21d644.tar.gz
gentoo-2-3db38d4a458dcee521daa4975e5f900ffa21d644.tar.bz2
gentoo-2-3db38d4a458dcee521daa4975e5f900ffa21d644.zip
Now will only use javac for compilation. See http://jira.codehaus.org/browse/JRUBY-675 for details.
(Portage version: 2.1.2-r12)
Diffstat (limited to 'dev-java/jruby')
-rw-r--r--dev-java/jruby/ChangeLog6
-rw-r--r--dev-java/jruby/jruby-0.9.8.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-java/jruby/ChangeLog b/dev-java/jruby/ChangeLog
index 8ec3d899065a..f5316524009a 100644
--- a/dev-java/jruby/ChangeLog
+++ b/dev-java/jruby/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jruby
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.15 2007/03/08 03:00:41 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/ChangeLog,v 1.16 2007/03/08 04:52:36 nichoj Exp $
+
+ 08 Mar 2007; Joshua Nichols <nichoj@gentoo.org> jruby-0.9.8.ebuild:
+ Now will only use javac for compilation. See
+ http://jira.codehaus.org/browse/JRUBY-675 for details.
08 Mar 2007; Joshua Nichols <nichoj@gentoo.org>
files/jruby-0.9.8-old_jline.patch:
diff --git a/dev-java/jruby/jruby-0.9.8.ebuild b/dev-java/jruby/jruby-0.9.8.ebuild
index ed2cf5d44f64..cb1d32220459 100644
--- a/dev-java/jruby/jruby-0.9.8.ebuild
+++ b/dev-java/jruby/jruby-0.9.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.9.8.ebuild,v 1.1 2007/03/08 00:08:26 nichoj Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jruby/jruby-0.9.8.ebuild,v 1.2 2007/03/08 04:52:36 nichoj Exp $
inherit eutils java-pkg-2 java-ant-2
@@ -30,6 +30,9 @@ DEPEND=">=virtual/jdk-1.4
EANT_DOC_TARGET="create-apidocs"
+# only use javac, see http://jira.codehaus.org/browse/JRUBY-675
+java-pkg_filter-compiler ecj-3.2 ecj-3.1 jikes
+
src_unpack() {
unpack ${A}
cd ${S}