summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-10-09 00:36:28 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-10-09 00:36:28 +0000
commitae7b6e8879107dd57653e22b96e6cf0a6d68c72e (patch)
treeed9735e2456fef174fcdcb881be36d8cd515fa17 /eclass
parentMarked stable on hppa. (Manifest recommit) (diff)
downloadgentoo-2-ae7b6e8879107dd57653e22b96e6cf0a6d68c72e.tar.gz
gentoo-2-ae7b6e8879107dd57653e22b96e6cf0a6d68c72e.tar.bz2
gentoo-2-ae7b6e8879107dd57653e22b96e6cf0a6d68c72e.zip
-ne is for integers, not strings.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/matrox.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass
index 71f9a0399879..4ff60a8745e7 100644
--- a/eclass/matrox.eclass
+++ b/eclass/matrox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.7 2004/10/04 06:21:25 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.8 2004/10/09 00:36:28 spyderous Exp $
#
# Author: Donnie Berkholz <spyderous@gentoo.org>
#
@@ -59,7 +59,7 @@ matrox_pkg_setup() {
# xorg-x11 compatibility
elif has_version "x11-base/xorg-x11"
then
- if [ "${FORCE_VERSION}" -ne "4.3.0" ]
+ if [ "${FORCE_VERSION}" != "4.3.0" ]
then
die "Set FORCE_VERSION=4.3.0 to emerge this. Use at your own risk."
fi