From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 851DE1388B4 for ; Wed, 6 Feb 2013 14:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C3FC21C002; Wed, 6 Feb 2013 14:02:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50E7AE0444 for ; Wed, 6 Feb 2013 14:02:48 +0000 (UTC) Received: from localhost (unknown [200.89.69.133]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: aballier) by smtp.gentoo.org (Postfix) with ESMTPSA id 6188533DFA2 for ; Wed, 6 Feb 2013 14:02:46 +0000 (UTC) Date: Wed, 6 Feb 2013 11:02:35 -0300 From: Alexis Ballier To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH] Convert virtualgl to cmake-multilib. Message-ID: <20130206110235.5e160f31@gentoo.org> In-Reply-To: <1360145241-1869-1-git-send-email-mgorny@gentoo.org> References: <20130205223518.734be97f@gentoo.org> <1360145241-1869-1-git-send-email-mgorny@gentoo.org> Organization: Gentoo X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.14; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0b862038-d44d-42e8-b8a3-230ca8517376 X-Archives-Hash: 4c822931d935740cb55a0e68f5994422 On Wed, 6 Feb 2013 11:07:21 +0100 Micha=C5=82 G=C3=B3rny wrote: > RDEPEND=3D"ssl? ( dev-libs/openssl ) > media-libs/libjpeg-turbo > x11-libs/libX11 > x11-libs/libXext > x11-libs/libXv > - multilib? ( app-emulation/emul-linux-x86-xlibs > + abi_x86_32? ( app-emulation/emul-linux-x86-xlibs > app-emulation/emul-linux-x86-baselibs > app-emulation/emul-linux-x86-opengl ) again, this will pull in emul libs on x86 there are only two options: convert its deps to multilib before committing or protect the emul libs dep by amd64? () meanwhile