diff options
Diffstat (limited to 'net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild')
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild b/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild index f771a1c99098..11b50c084f30 100644 --- a/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.0.1-r1.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/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.5 2002/10/04 06:04:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.0.1-r1.ebuild,v 1.6 2002/12/09 04:33:12 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="Very Secure FTP Daemon written with speed, size and security in mind" @@ -12,7 +12,7 @@ RDEPEND="sys-apps/xinetd" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " src_unpack() { unpack ${A} ; cd ${S} |