diff options
author | 2002-10-20 18:51:50 +0000 | |
---|---|---|
committer | 2002-10-20 18:51:50 +0000 | |
commit | 331a34347458dc0ef9db1e03dcb3b719d920aeae (patch) | |
tree | d2650afa8cef3aa0cfcddbd6a82da81ee0d37a72 /net-ftp | |
parent | Remove rdepend=depend (diff) | |
download | historical-331a34347458dc0ef9db1e03dcb3b719d920aeae.tar.gz historical-331a34347458dc0ef9db1e03dcb3b719d920aeae.tar.bz2 historical-331a34347458dc0ef9db1e03dcb3b719d920aeae.zip |
Remove rdepend=depend
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild index 1e9b77f77cca..487657e29367 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild,v 1.1 2002/10/12 14:41:42 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.12.ebuild,v 1.2 2002/10/20 18:51:50 vapier Exp $ DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server" SRC_URI="mirror://sourceforge/pureftpd/${P}.tar.bz2" @@ -11,7 +11,6 @@ DEPEND="virtual/glibc mysql? ( >=dev-db/mysql-3* ) postgres? ( >=dev-db/postgresql-7.2.2 ) ldap? ( >=net-nds/openldap-2.0.25 )" -RDEPEND="${DEPEND}" SLOT="0" LICENSE="GPL-2" |