diff options
author | 2004-09-02 13:20:56 +0000 | |
---|---|---|
committer | 2004-09-02 13:20:56 +0000 | |
commit | 2c3ac4e698a370d31428046487b91b6d0c98598c (patch) | |
tree | 03c81c7255ef8f29a6abd5006af5e101f57cd337 /sys-apps/modutils/modutils-2.4.27.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-2c3ac4e698a370d31428046487b91b6d0c98598c.tar.gz gentoo-2-2c3ac4e698a370d31428046487b91b6d0c98598c.tar.bz2 gentoo-2-2c3ac4e698a370d31428046487b91b6d0c98598c.zip |
Start blocking module-init-tools.
Diffstat (limited to 'sys-apps/modutils/modutils-2.4.27.ebuild')
-rw-r--r-- | sys-apps/modutils/modutils-2.4.27.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/modutils/modutils-2.4.27.ebuild b/sys-apps/modutils/modutils-2.4.27.ebuild index eb633ca77d32..dcc34170a9f0 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-2004 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.1 2004/08/24 23:37:47 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/modutils/modutils-2.4.27.ebuild,v 1.2 2004/09/02 13:20:56 vapier Exp $ inherit flag-o-matic eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~hppa -amd64 ~ia64 ~ppc64 ~s390" IUSE="" -DEPEND="virtual/libc" +DEPEND="virtual/libc + !virtual/modutils" PROVIDE="virtual/modutils" src_unpack() { |