summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-07-16 15:12:43 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-07-16 15:12:43 +0000
commitbb110aacc71d966056bc1a8408d7264f0c19ccb4 (patch)
tree10d99d59e2174274be3fdbce155f62a0358dfddc /eclass/nvidia-driver.eclass
parentalpha/ia64 stable (diff)
downloadhistorical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.tar.gz
historical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.tar.bz2
historical-bb110aacc71d966056bc1a8408d7264f0c19ccb4.zip
versionator seems to be documented backwards
Diffstat (limited to 'eclass/nvidia-driver.eclass')
-rw-r--r--eclass/nvidia-driver.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass
index cbb0ad76eb2f..f3598db1eae8 100644
--- a/eclass/nvidia-driver.eclass
+++ b/eclass/nvidia-driver.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.5 2007/07/16 15:06:06 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.6 2007/07/16 15:12:43 cardoe Exp $
#
# Original Author: Doug Goldstein <cardoe@gentoo.org>
@@ -68,7 +68,7 @@ nvidia-driver-check-warning() {
version_compare "${NVIDIA_MASK##-*}" "${PV}"
r=$?
- if [ "x$r" = "x1" ]; then
+ if [ "x$r" = "x3" ]; then
ewarn "***** WARNING *****"
ewarn
ewarn "You are currently installing a version of nvidia-drivers that is"