diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-27 17:39:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-27 17:39:48 +0000 |
commit | 181cd2a03e8c809eadeaa5d44f5e52f73320f387 (patch) | |
tree | fe7b2b261ad3660f6c3abedc733169be404de852 /eclass/nvidia-driver.eclass | |
parent | Keyword amd64-linux and x86-linux (diff) | |
download | historical-181cd2a03e8c809eadeaa5d44f5e52f73320f387.tar.gz historical-181cd2a03e8c809eadeaa5d44f5e52f73320f387.tar.bz2 historical-181cd2a03e8c809eadeaa5d44f5e52f73320f387.zip |
Remove ebeep because newer nvidia-drivers have EAPI=4.
Diffstat (limited to 'eclass/nvidia-driver.eclass')
-rw-r--r-- | eclass/nvidia-driver.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass index 72acd673e9b3..df0414e208d5 100644 --- a/eclass/nvidia-driver.eclass +++ b/eclass/nvidia-driver.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.17 2012/11/18 06:35:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.18 2012/11/27 17:39:48 jer Exp $ # @ECLASS: nvidia-driver.eclass # @MAINTAINER: @@ -125,7 +125,6 @@ nvidia-driver-check-warning() { ewarn ewarn "For more information please read:" ewarn "http://www.nvidia.com/object/IO_32667.html" - ebeep 5 fi fi } |