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 75882138334 for ; Mon, 27 Aug 2018 05:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8995EE0922; Mon, 27 Aug 2018 05:27:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5D759E0922 for ; Mon, 27 Aug 2018 05:27:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E531335C9B for ; Mon, 27 Aug 2018 05:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DC6338D for ; Mon, 27 Aug 2018 05:27:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1535347639.dd6d04fe1ae7c3f80f4a6e2cc53fdf55e2f32082.jer@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.8.4.ebuild X-VCS-Directories: net-ftp/lftp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: dd6d04fe1ae7c3f80f4a6e2cc53fdf55e2f32082 X-VCS-Branch: master Date: Mon, 27 Aug 2018 05:27:22 +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: 1b1f1882-dcff-440d-9a7e-0808d6b22973 X-Archives-Hash: 0957dbb5898e6134e95dd0f25ab923cd commit: dd6d04fe1ae7c3f80f4a6e2cc53fdf55e2f32082 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Aug 27 05:25:58 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Mon Aug 27 05:27:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6d04fe net-ftp/lftp: Stable for HPPA too. Package-Manager: Portage-2.3.48, Repoman-2.3.10 RepoMan-Options: --ignore-arches net-ftp/lftp/lftp-4.8.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-ftp/lftp/lftp-4.8.4.ebuild b/net-ftp/lftp/lftp-4.8.4.ebuild index 6f3e633cdb1..789fc72fda1 100644 --- a/net-ftp/lftp/lftp-4.8.4.ebuild +++ b/net-ftp/lftp/lftp-4.8.4.ebuild @@ -12,7 +12,7 @@ SRC_URI=" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~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 ~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" RESTRICT="test"