diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 23:59:50 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-01-18 23:59:50 +0000 |
commit | eff084bd23085d5f504d35039bc0be54112c6282 (patch) | |
tree | 4587c44f68b148682718e1029fdec093b3f1039b /eclass | |
parent | Make it modular X friendly. (diff) | |
download | gentoo-2-eff084bd23085d5f504d35039bc0be54112c6282.tar.gz gentoo-2-eff084bd23085d5f504d35039bc0be54112c6282.tar.bz2 gentoo-2-eff084bd23085d5f504d35039bc0be54112c6282.zip |
Fix modular X deps.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/matrox.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index 51f036eedef4..fb9bf5f543c8 100644 --- a/eclass/matrox.eclass +++ b/eclass/matrox.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.13 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.14 2006/01/18 23:59:50 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -18,8 +18,7 @@ LICENSE="Matrox" SLOT="${KV}" RESTRICT="fetch nostrip" -RDEPEND="virtual/x11 - virtual/linux-sources" +RDEPEND="virtual/linux-sources" matrox_pkg_setup() { # Require correct /usr/src/linux |