diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-28 13:16:38 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-28 13:16:38 +0000 |
commit | 66ae3c93818978a7699bddaadb1c31b64dbfc3b7 (patch) | |
tree | 4ccd32b00dc050fcd17825a34474e8c6d2153ff8 /eclass/matrox.eclass | |
parent | Add support for FEATURES=test. (diff) | |
download | gentoo-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/matrox.eclass')
-rw-r--r-- | eclass/matrox.eclass | 6 |
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" |