diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-14 15:04:14 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-14 15:04:14 +0000 |
commit | 5278ca2fb5abb003a7f77e9004716334a1069c31 (patch) | |
tree | 838cdf3824d58768b359e87b9fd0276f02f72c73 /net-ftp/lftp | |
parent | initial import. tinystats is a filter that reads tinydns logs and stores stat... (diff) | |
download | gentoo-2-5278ca2fb5abb003a7f77e9004716334a1069c31.tar.gz gentoo-2-5278ca2fb5abb003a7f77e9004716334a1069c31.tar.bz2 gentoo-2-5278ca2fb5abb003a7f77e9004716334a1069c31.zip |
Stable on x86 wrt bug #132525.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'net-ftp/lftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-3.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 0af0d16bde55..3267e016b14e 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/lftp # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.103 2006/05/12 09:31:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.104 2006/05/14 15:04:14 wolf31o2 Exp $ + + 14 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> lftp-3.4.6.ebuild: + Stable on x86 wrt bug #132525. 12 May 2006; Jeroen Roovers <jer@gentoo.org> lftp-3.4.6.ebuild: Stable on hppa (bug #132525). diff --git a/net-ftp/lftp/lftp-3.4.6.ebuild b/net-ftp/lftp/lftp-3.4.6.ebuild index 78f913a0723b..e169de2d275f 100644 --- a/net-ftp/lftp/lftp-3.4.6.ebuild +++ b/net-ftp/lftp/lftp-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.4.6.ebuild,v 1.5 2006/05/12 09:31:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-3.4.6.ebuild,v 1.6 2006/05/14 15:04:14 wolf31o2 Exp $ inherit eutils @@ -13,7 +13,7 @@ SRC_URI="ftp://lftp.yar.ru/lftp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" IUSE="ssl gnutls socks5 nls" RDEPEND=">=sys-libs/ncurses-5.1 |