diff options
author | Yixun Lan <dlan@gentoo.org> | 2015-03-02 10:23:19 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2015-03-02 10:23:19 +0000 |
commit | 5ae67d960489922ce9ae3b2e0f3c276e593694c0 (patch) | |
tree | 619710c29d9b5e7522c29239c12f71e01771ec2e /net-ftp/lftp/lftp-4.6.1.ebuild | |
parent | add arm64 support, tested on A53 board (diff) | |
download | historical-5ae67d960489922ce9ae3b2e0f3c276e593694c0.tar.gz historical-5ae67d960489922ce9ae3b2e0f3c276e593694c0.tar.bz2 historical-5ae67d960489922ce9ae3b2e0f3c276e593694c0.zip |
add arm64 support, tested on A53 board
Package-Manager: portage-2.2.17/cvs/Linux x86_64
Manifest-Sign-Key: 0xAABEFD55
Diffstat (limited to 'net-ftp/lftp/lftp-4.6.1.ebuild')
-rw-r--r-- | net-ftp/lftp/lftp-4.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-ftp/lftp/lftp-4.6.1.ebuild b/net-ftp/lftp/lftp-4.6.1.ebuild index ac984e72b448..3142f98c01bf 100644 --- a/net-ftp/lftp/lftp-4.6.1.ebuild +++ b/net-ftp/lftp/lftp-4.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.1.ebuild,v 1.1 2014/12/30 17:45:28 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/lftp/lftp-4.6.1.ebuild,v 1.2 2015/03/02 10:23:14 dlan Exp $ EAPI=5 inherit autotools eutils libtool @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="convert-mozilla-cookies +gnutls idn nls openssl socks5 +ssl verify-file" LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW ) |