diff options
author | Remi Cardona <remi@gentoo.org> | 2009-02-20 11:04:38 +0000 |
---|---|---|
committer | Remi Cardona <remi@gentoo.org> | 2009-02-20 11:04:38 +0000 |
commit | c3ff35a1a916bad9f398b9aa66fd15482483de49 (patch) | |
tree | 3af0bb38a8bd8d71e3377ff74e8a7735618535ad /x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild | |
parent | Fixed swig python deps for newer swig versions (>=1.3.38), closing bug #259593 (diff) | |
download | historical-c3ff35a1a916bad9f398b9aa66fd15482483de49.tar.gz historical-c3ff35a1a916bad9f398b9aa66fd15482483de49.tar.bz2 historical-c3ff35a1a916bad9f398b9aa66fd15482483de49.zip |
x11-drivers/xf86-video-ati: only install ati.xinf and r128.xinf with older drivers (fixes collision bug #245769)
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild index e29fe14fcfee..636ad164479c 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.8.0.ebuild,v 1.3 2008/11/26 23:18:29 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.8.0.ebuild,v 1.4 2009/02/20 11:04:38 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -39,3 +39,9 @@ PATCHES=" ${FILESDIR}/${PV}/0008-RS6xx-fix-DDC-on-DDIA-output-usually-HDMI-port.patch ${FILESDIR}/${PV}/0134-Disable-the-setting-of-HARDWARE_CURSOR_BIT_ORDER_MSB.patch " +src_install() { + x-modular_src_install + insinto /usr/share/hwdata/videoaliases + doins "${FILESDIR}/old_hw_data/ati.xinf" + doins "${FILESDIR}/old_hw_data/r128.xinf" +} |