diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-11-03 02:40:33 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-11-03 02:40:33 +0000 |
commit | 0617ac83b0ce85ca7d5d90c5dc4db44c627c4437 (patch) | |
tree | 35a68ff764974f36afbbe22e18eb50b7e9ff6578 /net-fs/nfs-utils/nfs-utils-1.0.6.ebuild | |
parent | mask lesstif and openmotif properly (diff) | |
download | gentoo-2-0617ac83b0ce85ca7d5d90c5dc4db44c627c4437.tar.gz gentoo-2-0617ac83b0ce85ca7d5d90c5dc4db44c627c4437.tar.bz2 gentoo-2-0617ac83b0ce85ca7d5d90c5dc4db44c627c4437.zip |
added util-linux RDEPEND
Diffstat (limited to 'net-fs/nfs-utils/nfs-utils-1.0.6.ebuild')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild b/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild index a05835175064..87bc753bc304 100644 --- a/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild,v 1.5 2003/10/21 16:09:47 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.0.6.ebuild,v 1.6 2003/11/03 02:40:31 drobbins Exp $ IUSE="tcpd" @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="ia64 x86 ~ppc ~alpha sparc ~arm ~hppa ~amd64" DEPEND="tcpd? ( sys-apps/tcp-wrappers )" -RDEPEND="${DEPEND} >=net-nds/portmap-5b-r6" +RDEPEND="${DEPEND} >=net-nds/portmap-5b-r6 >=sys-apps/util-linux-2.11f" src_compile() { ./configure \ |