summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2003-09-16 07:45:10 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2003-09-16 07:45:10 +0000
commit3841c640f94249904d03c49abce8cc699010f188 (patch)
tree748a605e4565455653eebdfbaecf01220ee9c472 /eclass
parentremoved old ebuilds. (diff)
downloadhistorical-3841c640f94249904d03c49abce8cc699010f188.tar.gz
historical-3841c640f94249904d03c49abce8cc699010f188.tar.bz2
historical-3841c640f94249904d03c49abce8cc699010f188.zip
Fixing vcards function so multiple cards can be used.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xfree.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xfree.eclass b/eclass/xfree.eclass
index 854a346f35f8..b899dc0cb86e 100644
--- a/eclass/xfree.eclass
+++ b/eclass/xfree.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.4 2003/07/18 16:08:01 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/xfree.eclass,v 1.5 2003/09/16 07:45:10 spyderous Exp $
#
# Author: Seemant Kulleen <seemant@gentoo.org>
#
@@ -18,7 +18,7 @@ EXPORT_FUNCTIONS vcards
vcards() {
- has "$1" "${VIDEO_CARDS}" && return 0
+ has "$1" ${VIDEO_CARDS} && return 0
return 1
}