From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RHYVa-00018n-3K for garchives@archives.gentoo.org; Sat, 22 Oct 2011 10:08:54 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 820F021C06F; Sat, 22 Oct 2011 10:08:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 537CB21C06F for ; Sat, 22 Oct 2011 10:08:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B28CB1B400D for ; Sat, 22 Oct 2011 10:08:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2230) id 84A492004B; Sat, 22 Oct 2011 10:08:44 +0000 (UTC) From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ruby-ng.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ruby-ng.eclass X-VCS-Directories: eclass X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: <20111022100844.84A492004B@flycatcher.gentoo.org> Date: Sat, 22 Oct 2011 10:08:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 5e33006bde36481436b1243223bcf6f8 scarabeus 11/10/22 10:08:44 Modified: ruby-ng.eclass Log: Check if the jruby is also in IUSE before checking if it is enabled. Revision Changes Path 1.42 eclass/ruby-ng.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.ecl= ass?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.ecl= ass?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ruby-ng.ecl= ass?r1=3D1.41&r2=3D1.42 Index: ruby-ng.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ruby-ng.eclass 21 Oct 2011 06:48:24 -0000 1.41 +++ ruby-ng.eclass 22 Oct 2011 10:08:44 -0000 1.42 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.41 2011/10/= 21 06:48:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng.eclass,v 1.42 2011/10/= 22 10:08:44 scarabeus Exp $ =20 # @ECLASS: ruby-ng.eclass # @MAINTAINER: @@ -400,7 +400,7 @@ # it's a special case. _ruby_each_implementation =20 - use ruby_targets_jruby && java-pkg_setup-vm + has ruby_targets_jruby ${IUSE} && use ruby_targets_jruby && java-pkg_se= tup-vm } =20 # @FUNCTION: ruby-ng_src_unpack