diff options
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.11.ebuild')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.11.ebuild b/sys-apps/xinetd/xinetd-2.3.11.ebuild index 8e7864941157..66e35a32d01a 100644 --- a/sys-apps/xinetd/xinetd-2.3.11.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.11.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/xinetd/xinetd-2.3.11.ebuild,v 1.10 2004/06/24 22:33:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/xinetd-2.3.11.ebuild,v 1.11 2004/07/01 21:44:43 eradicator Exp $ DESCRIPTION="Xinetd is a powerful replacement for inetd, with advanced features" HOMEPAGE="http://www.xinetd.org" @@ -10,7 +10,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64 ppc sparc mips alpha hppa" -DEPEND="virtual/glibc +DEPEND="virtual/libc tcpd? ( >=sys-apps/tcp-wrappers-7.6-r2 )" RDEPEND="${DEPEND} dev-lang/perl" |