summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2007-01-28 13:16:38 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2007-01-28 13:16:38 +0000
commit66ae3c93818978a7699bddaadb1c31b64dbfc3b7 (patch)
tree4ccd32b00dc050fcd17825a34474e8c6d2153ff8 /eclass
parentAdd support for FEATURES=test. (diff)
downloadgentoo-2-66ae3c93818978a7699bddaadb1c31b64dbfc3b7.tar.gz
gentoo-2-66ae3c93818978a7699bddaadb1c31b64dbfc3b7.tar.bz2
gentoo-2-66ae3c93818978a7699bddaadb1c31b64dbfc3b7.zip
Fixed SLOT settings to not break metadata cache.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/matrox.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass
index 283d531876be..a03742d8e959 100644
--- a/eclass/matrox.eclass
+++ b/eclass/matrox.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.15 2006/10/14 20:27:21 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.16 2007/01/28 13:16:38 kugelfang Exp $
#
# Author: Donnie Berkholz <spyderous@gentoo.org>
#
@@ -15,7 +15,7 @@ EXPORT_FUNCTIONS pkg_setup src_compile
HOMEPAGE="http://www.matrox.com/mga/products/parhelia/home.cfm"
LICENSE="Matrox"
-SLOT="${KV}"
+SLOT="0"
RESTRICT="fetch nostrip"
RDEPEND="virtual/linux-sources"