diff options
author | 2012-02-25 06:26:14 +0000 | |
---|---|---|
committer | 2012-02-25 06:26:14 +0000 | |
commit | 50cab881343a33db6dcadb935c233538dad6c0d8 (patch) | |
tree | ae7903ff9b17dd6ea75ea8e7ed95d65f6ffd0f8c /eclass | |
parent | Bug #402553: Depend on virtual/modutils instead of sys-apps/module-init-tools. (diff) | |
download | historical-50cab881343a33db6dcadb935c233538dad6c0d8.tar.gz historical-50cab881343a33db6dcadb935c233538dad6c0d8.tar.bz2 historical-50cab881343a33db6dcadb935c233538dad6c0d8.zip |
Bug #404193: Depend on virtual/modutils instead of sys-apps/module-init-tools.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/linux-mod.eclass | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 29d14e4e0432..8ab195dc5043 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.141 2012/02/23 23:06:13 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.142 2012/02/25 06:26:14 robbat2 Exp $ + + 25 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> linux-mod.eclass: + Bug #404193: Depend on virtual/modutils instead of + sys-apps/module-init-tools. 23 Feb 2012; Alex Legler <a3li@gentoo.org> ruby-ng.eclass: Improve no-matching-ruby-target-error message wording wrt bug 405373. 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 )" |