diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:00:32 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-06-18 14:00:32 +0000 |
commit | 551700572dd4910f0b64243ca5a9d8dcd17b5081 (patch) | |
tree | d5300bac669b37999ffb302b7f54d2ce09880298 /x11-drivers/ati-drivers/ati-drivers-13.4.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-551700572dd4910f0b64243ca5a9d8dcd17b5081.tar.gz gentoo-2-551700572dd4910f0b64243ca5a9d8dcd17b5081.tar.bz2 gentoo-2-551700572dd4910f0b64243ca5a9d8dcd17b5081.zip |
Fix building with recent kernels, bug #470596. Import of Emil Karlson's ebuild from the x11 overlay.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-13.4.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-13.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild index 70ed93c9bb58..27dada738560 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild,v 1.3 2013/06/03 16:08:10 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.4.ebuild,v 1.4 2013/06/18 14:00:32 chithanh Exp $ EAPI=5 @@ -313,7 +313,7 @@ src_prepare() { epatch "${FILESDIR}"/ati-drivers-12.9-KCL_AGP_FindCapsRegisters-stub.patch # Compile fix for kernel typesafe uid types #469160 - epatch "${FILESDIR}/linux-3.9-kuid.diff" + epatch "${FILESDIR}/typesafe-kuid.diff" epatch "${FILESDIR}/linux-3.10-proc.diff" |