diff options
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild index c3af99b746d7..2515ccff730a 100644 --- a/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.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.1_pre897.ebuild,v 1.8 2013/05/30 13:48:39 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-13.1_pre897.ebuild,v 1.9 2013/06/18 14:00:32 chithanh Exp $ EAPI=5 @@ -302,7 +302,7 @@ src_prepare() { use pax_kernel && epatch "${FILESDIR}/const-notifier-block.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" |