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 1M15RD-0004ym-Hc for garchives@archives.gentoo.org; Mon, 04 May 2009 21:10:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1EBC3E0352; Mon, 4 May 2009 21:10:58 +0000 (UTC) Received: from mail-ew0-f165.google.com (mail-ew0-f165.google.com [209.85.219.165]) by pigeon.gentoo.org (Postfix) with ESMTP id C79BEE0352 for ; Mon, 4 May 2009 21:10:57 +0000 (UTC) Received: by ewy9 with SMTP id 9so3978791ewy.34 for ; Mon, 04 May 2009 14:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:to:subject:from:organization :x-face:date:mime-version:content-type:content-transfer-encoding :message-id; bh=rSyTHyf+D/yS05r3EvgIiDpO++xgdriDkwIsGGCTQXg=; b=e0R6w0YNZWsMrqIMFZsMObBO/w5IrgKWM2SjAE6hriPZQtVWfT0ln+MZeBg0xyqVqG rdWSDE+ey/9YUgqstN+OowlQe4IV3j8r42j4WgIBcqeooJ04RkuynXutoRmVNovy6HG6 UESHQ3gD+qXY+OsXGXWdoyYbA3n0gdC5bWyKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=to:subject:from:organization:x-face:date:mime-version:content-type :content-transfer-encoding:message-id; b=n9xzbY/G4y/M/eUbqrW2GhcVgwHZn1Atml8eaD28Gh47wWtXXgixbto/Sd0sCxsYDq xDCoqlTr9Y2Iw5Z3M2gBoiT3lYv6Or58xg8xFvx3iqanqaKPGTuwtlt2pmVwyNbYSfsL UEIt6GoXaGsU8R+bs9cu7PB2jzjDctDLI1v9U= Received: by 10.216.72.85 with SMTP id s63mr1980717wed.0.1241471456355; Mon, 04 May 2009 14:10:56 -0700 (PDT) Received: from tiulk.localnet (chello084115149052.4.graz.surfer.at [84.115.149.52]) by mx.google.com with ESMTPS id 10sm157797eyd.42.2009.05.04.14.10.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 04 May 2009 14:10:55 -0700 (PDT) To: gentoo-java@lists.gentoo.org Subject: Re: [gentoo-java] java-pkg_dolauncher and emul-linux-x86-java From: Mario Fetka Organization: Privat X-Face: 'cfWQXt=t6cs`O=>n)ZZa4~6oCaF\N'0rt{b1Cs(bVy_y_H~9>:>^Lq:"yd,Cjb]UL]) =?iso-8859-1?q?x=3F7Uh=27I=5B=3Fk=7D9=5F=2ELO=7BM=5FRg=0A=09=24=23T=5Ch3T?= =?iso-8859-1?q?!Nbd0!=24!=3FwzD=5B4=60=5D?=@%Qw(5,)TTz6}dKZZ?GfcLe List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200905042310.56211.mario.fetka@gmail.com> X-Archives-Salt: e265e265-7192-4803-a26f-0bae5c71859b X-Archives-Hash: 68e7061ed2432d0caabe6350be98364e On Monday, 4. May 2009 22:15:51 Alistair Bush wrote: > Hi Mario > > Mario Fetka wrote: > > Hallo Java dev team, > > > > is there a way to specify the wanted java version with dolauncher > > The _minimum_ java version is already specified automagically based on > the [R]DEPEND variables. > > Specifically the >=virtual/jre-1.* and java-virtuals/* items. > thx i alredy know this but is there for ex. a way to say i want on amd64 systems the app- emulation/emul-linux-x86-java package as the java vm to use i have some packages that provides only x86 native interface on x86 everything is ok but on amd64 you have a elf mismatch ... yes at the moment i am writing some special scripts that use java-config --set- vm=emul-linux-x86-java it would be greate if something simalar like virtual/jre32-1.* would be added at the momemt when you set app-emulation/emul-linux-x86-java as espected only errors out !!! ERROR: Couldn't find a VM dep thx in av Mario