diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2011-03-22 23:15:43 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2011-03-22 23:15:43 +0000 |
commit | 6d5f2fd7a99e6cb8ab1f67e82c13b4f745ed7f98 (patch) | |
tree | 50b5ea24cd7f51e02163d363130f7f342b6481d3 /x11-drivers | |
parent | Version bump. Add missing dependencies for hfs support, bug #348274. (diff) | |
download | gentoo-2-6d5f2fd7a99e6cb8ab1f67e82c13b4f745ed7f98.tar.gz gentoo-2-6d5f2fd7a99e6cb8ab1f67e82c13b4f745ed7f98.tar.bz2 gentoo-2-6d5f2fd7a99e6cb8ab1f67e82c13b4f745ed7f98.zip |
Add patch to build on 2.6.38 also to the 11.2 as reported in bug #359095, many thanks to the people that refined patch and ebuild
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-11.2.ebuild | 8 |
2 files changed, 13 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 7fc77824dee9..b0166f5df037 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.241 2011/03/22 21:33:56 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.242 2011/03/22 23:15:43 lu_zero Exp $ + + 22 Mar 2011; Luca Barbato <lu_zero@gentoo.org> ati-drivers-11.2.ebuild: + Add patch to build on 2.6.38 also to the 11.2 as reported in bug #359095, + many thanks to the people that refined patch and ebuild 22 Mar 2011; Luca Barbato <lu_zero@gentoo.org> +files/ati-drivers-2.6.38.patch, ati-drivers-10.12.ebuild: - -m Add patch to build on 2.6.38 as reported in bug #359095, many thanks to + Add patch to build on 2.6.38 as reported in bug #359095, many thanks to the people that refined patch and ebuild 21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> ati-drivers-11.2.ebuild: diff --git a/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild b/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild index 56f2c786b917..78794b0e4bb3 100644 --- a/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild,v 1.2 2011/03/21 13:39:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-11.2.ebuild,v 1.3 2011/03/22 23:15:43 lu_zero Exp $ EAPI="2" @@ -304,6 +304,12 @@ src_prepare() { # Fix a known compilation error epatch "${FILESDIR}"/ati-drivers-fix_compilation-bug-297322.patch + if kernel_is ge 2 6 38 ; then + epatch "${FILESDIR}"/ati-drivers-2.6.38.patch || \ + die "epatch ati-drivers-2.6.38.patch failed" + fi + + # These are the userspace utilities that we also have source for. # We rebuild these later. rm \ |