diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-04 22:25:43 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2007-08-04 22:25:43 +0000 |
commit | 2e19aa9b2579c9a12ca87b7746bee1ea5424bea0 (patch) | |
tree | 9b6578c910d20361ea063ccedec817d5ea0c6763 /x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild | |
parent | old version cleanout in prep for 187731 (diff) | |
download | gentoo-2-2e19aa9b2579c9a12ca87b7746bee1ea5424bea0.tar.gz gentoo-2-2e19aa9b2579c9a12ca87b7746bee1ea5424bea0.tar.bz2 gentoo-2-2e19aa9b2579c9a12ca87b7746bee1ea5424bea0.zip |
Switch to EMULTILIB_PKG, which appears to be the correct solution.
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild index b8d548bfb311..f3a60ee9c160 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.39.4.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/x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild,v 1.2 2007/08/03 18:47:36 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.39.4.ebuild,v 1.3 2007/08/04 22:25:43 je_fro Exp $ IUSE="acpi multilib" @@ -32,12 +32,12 @@ DEPEND="${RDEPEND} x11-proto/xf86miscproto x11-proto/xf86vidmodeproto" -# EMULTILIB_PKG="true" +EMULTILIB_PKG="true" # Ignore QA warnings about multilib-pkg-force not existing: # multilib.eclass uses it (without it we do not install the 32 bit # libraries on amd64) --marienz -RESTRICT="multilib-pkg-force" +# RESTRICT="multilib-pkg-force" QA_EXECSTACK_x86="usr/lib/dri/fglrx_dri.so usr/lib/opengl/ati/lib/libGL.so.1.2 |