diff options
author | 2000-11-19 12:17:29 +0000 | |
---|---|---|
committer | 2000-11-19 12:17:29 +0000 | |
commit | b214b464c544bb67b5325f6399bb2e61e374cdf4 (patch) | |
tree | fd130e5a3b5bee73742a0a006d1a3ddf0d1be8c6 /sys-apps/util-linux | |
parent | *** empty log message *** (diff) | |
download | historical-b214b464c544bb67b5325f6399bb2e61e374cdf4.tar.gz historical-b214b464c544bb67b5325f6399bb2e61e374cdf4.tar.bz2 historical-b214b464c544bb67b5325f6399bb2e61e374cdf4.zip |
Dependencies stuff
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.10m-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild b/sys-apps/util-linux/util-linux-2.10m-r1.ebuild index bbc338289c76..ccd95ff61d6e 100644 --- a/sys-apps/util-linux/util-linux-2.10m-r1.ebuild +++ b/sys-apps/util-linux/util-linux-2.10m-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10m-r1.ebuild,v 1.4 2000/10/03 16:02:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/util-linux-2.10m-r1.ebuild,v 1.5 2000/11/19 12:17:29 achim Exp $ P="util-linux-2.10m" A="${P}.tar.bz2 @@ -18,6 +18,8 @@ SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/util-linux/${A} ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-nfsv3.patch ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/${P}-mount-rpc.patch" +DEPEND="sys-libs/test" + src_compile() { try ./configure try make |