From 42c43d3b16110b3f532ef42c62c7c3b991c25bbe Mon Sep 17 00:00:00 2001 From: Danny van Dyk Date: Sun, 28 Jan 2007 13:16:38 +0000 Subject: Fixed SLOT settings to not break metadata cache. --- eclass/matrox.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass') 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 # @@ -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" -- cgit v1.2.3-65-gdbad