Remove check_KV
authorStefan Schweizer <genstef@gentoo.org>
Thu, 12 Apr 2007 18:49:00 +0000 (18:49 +0000)
committerStefan Schweizer <genstef@gentoo.org>
Thu, 12 Apr 2007 18:49:00 +0000 (18:49 +0000)
eclass/matrox.eclass

index a03742d8e959caef0fb81a7da4d17caae6dec941..67234f6e343d26fdfbf6c8dbc92ba8d04dba92b2 100644 (file)
@@ -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]*}"