diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 14:24:27 +0000 |
commit | f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2 (patch) | |
tree | 9fa89585364e98c8db3f1b5cdfe6a6bc97f254c2 /eclass/matrox.eclass | |
parent | alpha stable wrt #175465 (diff) | |
download | historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.gz historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.tar.bz2 historical-f32c2a4f3241cbaebda5deea494b45d9f7a2b0d2.zip |
(QA) RESTRICT clean up.
Diffstat (limited to 'eclass/matrox.eclass')
-rw-r--r-- | eclass/matrox.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index e8f9764a6b45..42e5230dc35a 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ # 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.18 2007/04/16 19:20:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.19 2007/07/02 14:24:27 peper Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -16,7 +16,7 @@ HOMEPAGE="http://www.matrox.com/mga/products/parhelia/home.cfm" LICENSE="Matrox" SLOT="0" -RESTRICT="fetch nostrip" +RESTRICT="fetch strip" RDEPEND="virtual/linux-sources" |