diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-06-22 17:07:32 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-06-22 17:07:32 +0000 |
commit | cf8c8e35fe1db28343426fb4558c65f455045316 (patch) | |
tree | 839a796ec885e6c5064a216171b2ac8616287cf4 /net-ftp | |
parent | fix comments (diff) | |
download | gentoo-2-cf8c8e35fe1db28343426fb4558c65f455045316.tar.gz gentoo-2-cf8c8e35fe1db28343426fb4558c65f455045316.tar.bz2 gentoo-2-cf8c8e35fe1db28343426fb4558c65f455045316.zip |
marked stable for x86
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild b/net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild index 09543f50f8ba..17453cb1559f 100644 --- a/net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild +++ b/net-ftp/pure-ftpd/pure-ftpd-1.0.15.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/pure-ftpd/pure-ftpd-1.0.15.ebuild,v 1.1 2003/06/21 15:38:49 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pure-ftpd/pure-ftpd-1.0.15.ebuild,v 1.2 2003/06/22 17:07:32 raker Exp $ DESCRIPTION="Pure-FTPd is a fast, production-quality, standard-conformant FTP server" SRC_URI="ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/${P}.tar.bz2" @@ -13,7 +13,7 @@ DEPEND="virtual/glibc SLOT="0" # Changed from GPL-2 to BSD 06/09/2003 LICENSE="BSD" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha" IUSE="pam mysql postgres ldap" src_compile() { |