diff options
author | 2003-09-09 09:43:58 +0000 | |
---|---|---|
committer | 2003-09-09 09:43:58 +0000 | |
commit | 340d96447cc7c2e2914c23043536b2a346ed1e5b (patch) | |
tree | db75552cbf2689902d34a1d3685e00804e4e3fe4 /sys-apps/quota/quota-3.06-r1.ebuild | |
parent | fix changelog message (diff) | |
download | historical-340d96447cc7c2e2914c23043536b2a346ed1e5b.tar.gz historical-340d96447cc7c2e2914c23043536b2a346ed1e5b.tar.bz2 historical-340d96447cc7c2e2914c23043536b2a346ed1e5b.zip |
added tcp-wrappers to dependency lists
Diffstat (limited to 'sys-apps/quota/quota-3.06-r1.ebuild')
-rw-r--r-- | sys-apps/quota/quota-3.06-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/quota/quota-3.06-r1.ebuild b/sys-apps/quota/quota-3.06-r1.ebuild index 815ee76aecf3..23b815d8cbb5 100644 --- a/sys-apps/quota/quota-3.06-r1.ebuild +++ b/sys-apps/quota/quota-3.06-r1.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/sys-apps/quota/quota-3.06-r1.ebuild,v 1.5 2003/08/31 20:42:09 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/quota/quota-3.06-r1.ebuild,v 1.6 2003/09/09 09:43:55 seemant Exp $ IUSE="nls" @@ -13,7 +13,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ~ppc sparc " -DEPEND="virtual/glibc" +DEPEND="virtual/glibc + sys-apps/tcp-wrappers" src_install() { dodir {sbin,etc,usr/sbin,usr/bin,usr/share/man/man{1,2,3,8}} |