summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2004-10-09 00:36:28 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2004-10-09 00:36:28 +0000
commit0b49c78c350104c954f15f672b92e2053f5cb3ff (patch)
tree04a75d43072453db79d44681a97c691ae07b9deb /eclass/matrox.eclass
parentMarked stable on hppa. (diff)
downloadhistorical-0b49c78c350104c954f15f672b92e2053f5cb3ff.tar.gz
historical-0b49c78c350104c954f15f672b92e2053f5cb3ff.tar.bz2
historical-0b49c78c350104c954f15f672b92e2053f5cb3ff.zip
-ne is for integers, not strings.
Diffstat (limited to 'eclass/matrox.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