diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-14 02:59:58 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-14 02:59:58 +0000 |
commit | 418b04facefd742ac036fdba0deeea49faae35cf (patch) | |
tree | 3392d53ea2bbe975b1ffe0f00def10f824b12a91 /net-ftp | |
parent | added src_unpack section with gnuconfig_update for mips (Manifest recommit) (diff) | |
download | gentoo-2-418b04facefd742ac036fdba0deeea49faae35cf.tar.gz gentoo-2-418b04facefd742ac036fdba0deeea49faae35cf.tar.bz2 gentoo-2-418b04facefd742ac036fdba0deeea49faae35cf.zip |
stable on ppc64, bug #53116
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/vsftpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/vsftpd/vsftpd-1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/vsftpd/ChangeLog b/net-ftp/vsftpd/ChangeLog index 39e1b3ef9b3d..ca5252b07f20 100644 --- a/net-ftp/vsftpd/ChangeLog +++ b/net-ftp/vsftpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/vsftpd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.38 2004/06/24 22:48:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/ChangeLog,v 1.39 2004/07/14 02:59:58 tgall Exp $ + + 13 Jul 2004; Tom Gall <tgall@gentoo.org> vsftpd-1.2.2.ebuild: + stable on ppc64, bug #53116 15 Jun 2004; Brandon Hale <tseng@gentoo.org> vsftpd-1.2.2.ebuild: Stable on x86, bug #53116 diff --git a/net-ftp/vsftpd/vsftpd-1.2.2.ebuild b/net-ftp/vsftpd/vsftpd-1.2.2.ebuild index 0995940711c1..111241e6e4cd 100644 --- a/net-ftp/vsftpd/vsftpd-1.2.2.ebuild +++ b/net-ftp/vsftpd/vsftpd-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.2.2.ebuild,v 1.6 2004/06/24 22:48:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/vsftpd/vsftpd-1.2.2.ebuild,v 1.7 2004/07/14 02:59:58 tgall 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 ~s390 ~ppc64 ~ppc" +KEYWORDS="x86 ~amd64 alpha ~ia64 sparc ~s390 ppc64 ~ppc" DEPEND="pam? ( >=sys-libs/pam-0.75 ) tcpd? ( >=sys-apps/tcp-wrappers-7.6 )" |