summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-02-10 06:20:10 +0000
committerMike Frysinger <vapier@gentoo.org>2013-02-10 06:20:10 +0000
commit6dcbd6e55a22e9b42e8e9461a53ef7cb62606416 (patch)
treeed7130f82e1fa0e14ae16275d8b052a34c69b1cc /eclass/linux-info.eclass
parentuse emake rather than make to extract variable values #373151 by Kevin Pyle (diff)
downloadgentoo-2-6dcbd6e55a22e9b42e8e9461a53ef7cb62606416.tar.gz
gentoo-2-6dcbd6e55a22e9b42e8e9461a53ef7cb62606416.tar.bz2
gentoo-2-6dcbd6e55a22e9b42e8e9461a53ef7cb62606416.zip
delete empty depend vars
Diffstat (limited to 'eclass/linux-info.eclass')
-rw-r--r--eclass/linux-info.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index 6e332f00442e..ec922250f92b 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.98 2013/02/10 06:18:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-info.eclass,v 1.99 2013/02/10 06:20:10 vapier Exp $
# @ECLASS: linux-info.eclass
# @MAINTAINER:
@@ -111,9 +111,6 @@ inherit toolchain-funcs versionator
EXPORT_FUNCTIONS pkg_setup
-DEPEND=""
-RDEPEND=""
-
# Overwritable environment Var's
# ---------------------------------------
KERNEL_DIR="${KERNEL_DIR:-${ROOT}usr/src/linux}"