diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-07-16 15:12:43 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-07-16 15:12:43 +0000 |
commit | 6fc8ecbd5fbefad09e8590092026e42a0f4844f6 (patch) | |
tree | 3aecc9d9a8911b22b5a4a59a454a130b64085e83 /eclass | |
parent | alpha/ia64 stable (diff) | |
download | gentoo-2-6fc8ecbd5fbefad09e8590092026e42a0f4844f6.tar.gz gentoo-2-6fc8ecbd5fbefad09e8590092026e42a0f4844f6.tar.bz2 gentoo-2-6fc8ecbd5fbefad09e8590092026e42a0f4844f6.zip |
versionator seems to be documented backwards
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/nvidia-driver.eclass | 4 |
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" |