From 78e2fa69ff5f47feca6a3c55c6e69b7434107a75 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Tue, 25 Feb 2003 17:43:45 +0000 Subject: added missing ) --- net-ftp/vsftpd/vsftpd-1.1.3.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net-ftp') diff --git a/net-ftp/vsftpd/vsftpd-1.1.3.ebuild b/net-ftp/vsftpd/vsftpd-1.1.3.ebuild index b3e16746f6cf..1bf7d8cb88a1 100644 --- a/net-ftp/vsftpd/vsftpd-1.1.3.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.1.3.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-ftp/vsftpd/vsftpd-1.1.3.ebuild,v 1.4 2003/02/24 14:24:13 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3.ebuild,v 1.5 2003/02/25 17:43:45 seemant Exp $ inherit flag-o-matic @@ -14,7 +14,8 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc" -DEPEND="pam? ( >=sys-libs/pam-0.75 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" +DEPEND="pam? ( >=sys-libs/pam-0.75 ) + tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" RDEPEND="${DEPEND} || ( sys-apps/xinetd >=sys-apps/ucspi-tcp-0.88-r3 )" filter-flags "-fPIC" -- cgit v1.2.3-65-gdbad