diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-31 16:50:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-31 16:50:05 +0000 |
commit | e76233712b2f84d5c95ed8e1a6b774cf3c2e0d04 (patch) | |
tree | c3f23b13b5c3f911c05f227518c3e789950075b1 /net-ftp | |
parent | amd64 stable, bug #440288 (diff) | |
download | gentoo-2-e76233712b2f84d5c95ed8e1a6b774cf3c2e0d04.tar.gz gentoo-2-e76233712b2f84d5c95ed8e1a6b774cf3c2e0d04.tar.bz2 gentoo-2-e76233712b2f84d5c95ed8e1a6b774cf3c2e0d04.zip |
Stable for HPPA (bug #440160).
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/lftp/ChangeLog | 5 | ||||
-rw-r--r-- | net-ftp/lftp/lftp-4.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-ftp/lftp/ChangeLog b/net-ftp/lftp/ChangeLog index 5cbe7cd0ba5f..ae1dda9c573a 100644 --- a/net-ftp/lftp/ChangeLog +++ b/net-ftp/lftp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-ftp/lftp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.383 2012/10/30 12:02:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/ChangeLog,v 1.384 2012/10/31 16:50:05 jer Exp $ + + 31 Oct 2012; Jeroen Roovers <jer@gentoo.org> lftp-4.4.0.ebuild: + Stable for HPPA (bug #440160). 30 Oct 2012; Anthony G. Basile <blueness@gentoo.org> lftp-4.4.0.ebuild: stable arm ppc ppc64, bug #440160 diff --git a/net-ftp/lftp/lftp-4.4.0.ebuild b/net-ftp/lftp/lftp-4.4.0.ebuild index f2fc19cea78f..df5790907183 100644 --- a/net-ftp/lftp/lftp-4.4.0.ebuild +++ b/net-ftp/lftp/lftp-4.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.0.ebuild,v 1.2 2012/10/30 12:02:10 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.4.0.ebuild,v 1.3 2012/10/31 16:50:05 jer Exp $ EAPI=4 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="http://ftp.yars.free.net/pub/source/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" LFTP_LINGUAS="cs de es fr it ja ko pl pt_BR ru zh_CN zh_HK zh_TW" |