diff options
author | 2013-11-13 21:01:56 +0000 | |
---|---|---|
committer | 2013-11-13 21:01:56 +0000 | |
commit | b9a545c5a01208f9499a615ffeacf5023dbef9a7 (patch) | |
tree | 8c7cc052d3737aac80f28c50aef1233f7055403e | |
parent | version bump (diff) | |
download | gentoo-2-b9a545c5a01208f9499a615ffeacf5023dbef9a7.tar.gz gentoo-2-b9a545c5a01208f9499a615ffeacf5023dbef9a7.tar.bz2 gentoo-2-b9a545c5a01208f9499a615ffeacf5023dbef9a7.zip |
Comment out broken pax-usercopy patch.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
-rw-r--r-- | x11-drivers/nvidia-drivers/ChangeLog | 5 | ||||
-rw-r--r-- | x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-drivers/nvidia-drivers/ChangeLog b/x11-drivers/nvidia-drivers/ChangeLog index cf68f3e768ac..60817a4b2e14 100644 --- a/x11-drivers/nvidia-drivers/ChangeLog +++ b/x11-drivers/nvidia-drivers/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/nvidia-drivers # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.494 2013/11/07 00:40:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/ChangeLog,v 1.495 2013/11/13 21:01:56 floppym Exp $ + + 13 Nov 2013; Mike Gilbert <floppym@gentoo.org> nvidia-drivers-331.20.ebuild: + Comment out broken pax-usercopy patch. 07 Nov 2013; Jeroen Roovers <jer@gentoo.org> nvidia-drivers-173.14.38.ebuild: Raise max kernel version for 173*. diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild index f46deb1fe53e..c06facae51bd 100644 --- a/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild +++ b/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.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/nvidia-drivers/nvidia-drivers-331.20.ebuild,v 1.1 2013/11/06 16:52:59 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.20.ebuild,v 1.2 2013/11/13 21:01:56 floppym Exp $ EAPI=5 @@ -169,12 +169,12 @@ src_prepare() { # convert_to_m "${NV_SRC}"/Makefile.kbuild fi - if use pax_kernel; then - ewarn "Using PAX patches is not supported. You will be asked to" - ewarn "use a standard kernel should you have issues. Should you" - ewarn "need support with these patches, contact the PaX team." - epatch "${FILESDIR}"/${P}-pax-usercopy.patch - fi + #if use pax_kernel; then + # ewarn "Using PAX patches is not supported. You will be asked to" + # ewarn "use a standard kernel should you have issues. Should you" + # ewarn "need support with these patches, contact the PaX team." + # epatch "${FILESDIR}"/${P}-pax-usercopy.patch + #fi # Allow user patches so they can support RC kernels and whatever else epatch_user |