diff options
author | Jason Wever <weeve@gentoo.org> | 2004-03-15 03:06:58 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-03-15 03:06:58 +0000 |
commit | fecdf9f0f9d8df28be43c590f90d059b7a16b6ca (patch) | |
tree | f54d85f6f39b31a5b58b21351fef3a5cc84f2a20 /net-ftp | |
parent | Added ~sparc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-fecdf9f0f9d8df28be43c590f90d059b7a16b6ca.tar.gz gentoo-2-fecdf9f0f9d8df28be43c590f90d059b7a16b6ca.tar.bz2 gentoo-2-fecdf9f0f9d8df28be43c590f90d059b7a16b6ca.zip |
Stable on sparc.
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/vsftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.2.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/vsftpd/ChangeLog b/net-ftp/vsftpd/ChangeLog index 3ec968ae8a58..69ffbafe1b70 100644 --- a/net-ftp/vsftpd/ChangeLog +++ b/net-ftp/vsftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/vsftpd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.27 2004/03/03 02:06:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.28 2004/03/15 03:05:38 weeve Exp $ + + 14 Mar 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.1.ebuild: + Stable on sparc. 02 Mar 2004; Jason Wever <weeve@gentoo.org> vsftpd-1.2.1.ebuild: Added the super spiffy ~sparc keyword :) diff --git a/net-ftp/vsftpd/vsftpd-1.2.1.ebuild b/net-ftp/vsftpd/vsftpd-1.2.1.ebuild index 828ef2b9c5e9..53ca41602ab0 100644 --- a/net-ftp/vsftpd/vsftpd-1.2.1.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.2.1.ebuild,v 1.5 2004/03/03 02:06:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.2.1.ebuild,v 1.6 2004/03/15 03:05:38 weeve Exp $ inherit flag-o-matic eutils @@ -12,7 +12,7 @@ HOMEPAGE="http://vsftpd.beasts.org/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~amd64 alpha ia64 ~sparc" +KEYWORDS="x86 ~amd64 alpha ia64 sparc" DEPEND="pam? ( >=sys-libs/pam-0.75 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" |