diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2009-04-13 20:18:06 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2009-04-13 20:18:06 +0000 |
commit | 8c64ed9364d5aa1becdf7277c2ba03661c5efac0 (patch) | |
tree | bd38a0c9d3d361cb061e70b44772c0aadb8ed1e7 /x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild | |
parent | Drizzt retired, I'll take this. (diff) | |
download | gentoo-2-8c64ed9364d5aa1becdf7277c2ba03661c5efac0.tar.gz gentoo-2-8c64ed9364d5aa1becdf7277c2ba03661c5efac0.tar.bz2 gentoo-2-8c64ed9364d5aa1becdf7277c2ba03661c5efac0.zip |
Add patch, fix bug #266029.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild index cbee8d341b9e..048d6d11001e 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.552-r2.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/ati-drivers/ati-drivers-8.552-r2.ebuild,v 1.7 2009/04/05 22:26:39 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.552-r2.ebuild,v 1.8 2009/04/13 20:18:05 je_fro Exp $ IUSE="acpi debug" @@ -167,7 +167,7 @@ src_unpack() { || die "Replacing 'finger' with 'who' failed." # Adjust paths in the script from /usr/X11R6/bin/ to /opt/bin/ and # add funktion to detect default state. - epatch "${FILESDIR}"/8.532/ati-powermode-opt-path-2.patch + epatch "${FILESDIR}"/${PV}/ati-powermode-opt-path-2.patch fi pushd ${MODULE_DIR} >/dev/null |