summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-02-25 06:26:14 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-02-25 06:26:14 +0000
commit65a61c48c1539f8808f25edf03bbefb13153ac1d (patch)
tree08846565872fefb25bfcbfacc4994b30c6f49155 /eclass/linux-mod.eclass
parentBug #402553: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff)
downloadgentoo-2-65a61c48c1539f8808f25edf03bbefb13153ac1d.tar.gz
gentoo-2-65a61c48c1539f8808f25edf03bbefb13153ac1d.tar.bz2
gentoo-2-65a61c48c1539f8808f25edf03bbefb13153ac1d.zip
Bug #404193: Depend on virtual/modutils instead of sys-apps/module-init-tools.
Diffstat (limited to 'eclass/linux-mod.eclass')
-rw-r--r--eclass/linux-mod.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass
index 1951a099a962..e33a575034cf 100644
--- a/eclass/linux-mod.eclass
+++ b/eclass/linux-mod.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.104 2011/08/22 04:46:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.105 2012/02/25 06:26:14 robbat2 Exp $
# @ECLASS: linux-mod.eclass
# @MAINTAINER:
@@ -128,7 +128,7 @@ EXPORT_FUNCTIONS pkg_setup pkg_preinst pkg_postinst src_install src_compile pkg_
IUSE="kernel_linux"
SLOT="0"
DESCRIPTION="Based on the $ECLASS eclass"
-RDEPEND="kernel_linux? ( sys-apps/module-init-tools )"
+RDEPEND="kernel_linux? ( virtual/modutils )"
DEPEND="${RDEPEND}
sys-apps/sed
kernel_linux? ( virtual/linux-sources )"