diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-05-19 04:40:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-05-19 04:40:56 +0000 |
commit | d7439cb6ade395c57db80fe851a0278946e8fd1f (patch) | |
tree | 6b8ac265c3eb6ec0e9f20ca27f66dcc71fca19ce /net-fs | |
parent | enable `type -P dircolors` check for everyone so if the binary is missing (sa... (diff) | |
download | gentoo-2-d7439cb6ade395c57db80fe851a0278946e8fd1f.tar.gz gentoo-2-d7439cb6ade395c57db80fe851a0278946e8fd1f.tar.bz2 gentoo-2-d7439cb6ade395c57db80fe851a0278946e8fd1f.zip |
add >=sys-apps/util-linux-2.12r-r7 to DEPEND to help people with upgrades / collision avoid
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/nfs-utils/nfs-utils-1.1.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild b/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild index 23675f18423d..80e5a4f7d164 100644 --- a/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild +++ b/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild,v 1.2 2007/05/13 21:08:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/nfs-utils-1.1.0.ebuild,v 1.3 2007/05/19 04:40:56 vapier Exp $ inherit eutils flag-o-matic multilib @@ -28,7 +28,9 @@ RDEPEND="tcpd? ( sys-apps/tcp-wrappers ) >=app-crypt/libgssapi-0.11 app-crypt/mit-krb5 )" -DEPEND="${RDEPEND}" +# util-linux dep is to prevent man-page collision +DEPEND="${RDEPEND} + >=sys-apps/util-linux-2.12r-r7" src_unpack() { unpack ${P}.tar.gz |