diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-24 21:31:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-24 21:31:35 +0000 |
commit | 9f671fe67b43c38ca0737bb4117a502504d1158e (patch) | |
tree | 8cc6f82cb66df81aa523e0f462ee316de69b3fc3 /sys-apps/modutils/modutils-2.4.27.ebuild | |
parent | Remove old-style virtual/modutils, bug 358891. (diff) | |
download | historical-9f671fe67b43c38ca0737bb4117a502504d1158e.tar.gz historical-9f671fe67b43c38ca0737bb4117a502504d1158e.tar.bz2 historical-9f671fe67b43c38ca0737bb4117a502504d1158e.zip |
Remove old-style virtual/modutils, bug 358891.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.27.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.27.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-apps/modutils/modutils-2.4.27.ebuild b/sys-apps/modutils/modutils-2.4.27.ebuild index e4e2fc577e00..fb8ed76f5eee 100644 --- a/sys-apps/modutils/modutils-2.4.27.ebuild +++ b/sys-apps/modutils/modutils-2.4.27.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27.ebuild,v 1.11 2010/10/08 02:12:19 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27.ebuild,v 1.12 2011/04/24 21:31:34 ulm Exp $ inherit eutils @@ -14,8 +14,7 @@ KEYWORDS="alpha -amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="virtual/libc - !virtual/modutils" -PROVIDE="virtual/modutils" + !sys-apps/module-init-tools" src_unpack() { unpack ${A} |