diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-26 17:37:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-10-26 17:37:55 +0000 |
commit | fb2a9405221dc10b5d6653874a0e4e2ced8f22d2 (patch) | |
tree | 2e1ac391bd4e33ada0e7cf89c5571fcc7deafac0 /x11-drivers | |
parent | Stable for HPPA (bug #439734). (diff) | |
download | gentoo-2-fb2a9405221dc10b5d6653874a0e4e2ced8f22d2.tar.gz gentoo-2-fb2a9405221dc10b5d6653874a0e4e2ced8f22d2.tar.bz2 gentoo-2-fb2a9405221dc10b5d6653874a0e4e2ced8f22d2.zip |
Apply kernel-3.7 patch to legacy drivers too, bug #438516.
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 34ca4a7cb7bf..d8c0d2e761ab 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.301 2012/10/26 14:32:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.302 2012/10/26 17:37:55 chithanh Exp $ + + 26 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + ati-drivers-12.6_beta_pre897.ebuild: + Apply kernel-3.7 patch to legacy drivers too, bug #438516. 26 Oct 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> ati-drivers-12.6_beta_pre897.ebuild: diff --git a/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild index 2efbe692fb52..a62decad98f9 100644 --- a/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v 1.6 2012/10/26 14:32:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6_beta_pre897.ebuild,v 1.7 2012/10/26 17:37:55 chithanh Exp $ EAPI=4 @@ -325,6 +325,10 @@ src_prepare() { #fixes bug #420751 epatch "${FILESDIR}"/ati-drivers-do_mmap.patch + # compile fix for linux-3.7 + # https://bugs.gentoo.org/show_bug.cgi?id=438516 + epatch "${FILESDIR}/ati-drivers-vm-reserverd.patch" + cd "${MODULE_DIR}" # bugged fglrx build system, this file should be copied by hand |