diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-12 18:49:00 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-12 18:49:00 +0000 |
commit | 32924914f413596e152cd69e9836c982fbf303da (patch) | |
tree | 946f918a748485c9a99f88e78515ec72284fdd56 /eclass | |
parent | Version bump wrt security bug #174292. (diff) | |
download | gentoo-2-32924914f413596e152cd69e9836c982fbf303da.tar.gz gentoo-2-32924914f413596e152cd69e9836c982fbf303da.tar.bz2 gentoo-2-32924914f413596e152cd69e9836c982fbf303da.zip |
Remove check_KV
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/matrox.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass index a03742d8e959..67234f6e343d 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.16 2007/01/28 13:16:38 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.17 2007/04/12 18:49:00 genstef Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -21,9 +21,6 @@ RESTRICT="fetch nostrip" RDEPEND="virtual/linux-sources" matrox_pkg_setup() { - # Require correct /usr/src/linux - check_KV - # Set up X11 implementation X11_IMPLEM_P="$(best_version virtual/x11)" X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}" |