diff options
author | Donny Davies <woodchip@gentoo.org> | 2003-02-15 17:31:31 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2003-02-15 17:31:31 +0000 |
commit | f74870418f748fab61954dabe18a688c1b54285b (patch) | |
tree | 1fd1d8d91c1da03fecf2ec6e47edce668a77719e /net-ftp | |
parent | Marking as stable (diff) | |
download | gentoo-2-f74870418f748fab61954dabe18a688c1b54285b.tar.gz gentoo-2-f74870418f748fab61954dabe18a688c1b54285b.tar.bz2 gentoo-2-f74870418f748fab61954dabe18a688c1b54285b.zip |
fixoid
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-1.1.3.ebuild b/net-ftp/vsftpd/vsftpd-1.1.3.ebuild index 4e5d64c70854..3bdc8b5393b2 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.1 2003/02/15 16:43:43 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.1.3.ebuild,v 1.2 2003/02/15 17:31:31 woodchip Exp $ IUSE="pam tcpd" @@ -8,7 +8,7 @@ DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in min SRC_URI="ftp://vsftpd.beasts.org/users/cevans/${P}.tar.gz" HOMEPAGE="http://vsftpd.beasts.org/" DEPEND="pam? ( >=sys-libs/pam-0.75 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" -RDEPEND="|| ( sys-apps/xinetd >=sys-apps/ucspi-tcp-0.88-r3 )" +RDEPEND="${DEPEND} || ( sys-apps/xinetd >=sys-apps/ucspi-tcp-0.88-r3 )" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~sparc" |