From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF25A139085 for ; Fri, 6 Jan 2017 14:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47BFBE0D1E; Fri, 6 Jan 2017 14:33:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 28250E0D1E for ; Fri, 6 Jan 2017 14:33:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36ECC341647 for ; Fri, 6 Jan 2017 14:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B742624 for ; Fri, 6 Jan 2017 14:33:13 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1483713170.ea421e94cbef3d741f6c7b29e628061483209616.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-ftp/lftp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-ftp/lftp/lftp-4.7.4.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ea421e94cbef3d741f6c7b29e628061483209616 X-VCS-Branch: master Date: Fri, 6 Jan 2017 14:33:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dcd44f90-1454-49da-9ae1-c674fe6c6288 X-Archives-Hash: 171c4a5083f49ef70239557d682f941b commit: ea421e94cbef3d741f6c7b29e628061483209616 Author: Tobias Klausmann gentoo org> AuthorDate: Fri Jan 6 14:22:11 2017 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Fri Jan 6 14:32:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea421e94 net-ftp/lftp-4.7.4-r0: stable on alpha Gentoo-Bug: 603936 net-ftp/lftp/lftp-4.7.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/lftp/lftp-4.7.4.ebuild b/net-ftp/lftp/lftp-4.7.4.ebuild index 5bb6e13..6c76601 100644 --- a/net-ftp/lftp/lftp-4.7.4.ebuild +++ b/net-ftp/lftp/lftp-4.7.4.ebuild @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}ftp/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -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" +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 ipv6 libressl nls socks5 +ssl verify-file" LFTP_LINGUAS=( cs de es fr it ja ko pl pt_BR ru uk zh_CN zh_HK zh_TW )