Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH 3/3] Convert virtualgl to cmake-multilib.
Date: Wed, 06 Feb 2013 01:35:34
Message-Id: 20130205223518.734be97f@gentoo.org
In Reply to: [gentoo-dev] [PATCH 3/3] Convert virtualgl to cmake-multilib. by "Michał Górny"
1 A real diff would be easier to read than a whole new ebuild :)
2
3 On Tue, 5 Feb 2013 21:19:24 +0100
4 Michał Górny <mgorny@g.o> wrote:
5
6 > +RDEPEND="ssl? ( dev-libs/openssl )
7 > + media-libs/libjpeg-turbo
8 > + x11-libs/libX11
9 > + x11-libs/libXext
10 > + x11-libs/libXv
11 > + abi_x86_32? ( app-emulation/emul-linux-x86-xlibs
12 > + app-emulation/emul-linux-x86-baselibs
13 > + app-emulation/emul-linux-x86-opengl )
14
15 this sounds bad: x86 will depend on the emul libs
16
17 why not convert the libs it needs first and then use MULTILIB_USE_DEP
18 to forget about emul libs ?

Replies

Subject Author
[gentoo-dev] [PATCH] Convert virtualgl to cmake-multilib. "Michał Górny" <mgorny@g.o>