diff options
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild index da5ec6a4dedf..4c6af9f3ccfb 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.13 2009/03/13 15:25:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.6.3.ebuild,v 1.14 2009/05/04 15:54:20 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -25,7 +25,9 @@ DEPEND="${RDEPEND} x11-proto/xf86driproto >=x11-libs/libdrm-2 )" -CONFIGURE_OPTIONS="$(use_enable dri)" +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable dri)" +} src_install() { x-modular_src_install |