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 66145138359 for ; Mon, 20 Jul 2020 15:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A56ECE090F; Mon, 20 Jul 2020 15:19:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8FA6DE090F for ; Mon, 20 Jul 2020 15:19:28 +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 A85C134F21E for ; Mon, 20 Jul 2020 15:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 583492CE for ; Mon, 20 Jul 2020 15:19:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1595258359.0451b5b997bf0d189f1def55d17cff6738192695.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libntlm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libntlm/libntlm-1.6.ebuild X-VCS-Directories: net-libs/libntlm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0451b5b997bf0d189f1def55d17cff6738192695 X-VCS-Branch: master Date: Mon, 20 Jul 2020 15:19:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfd2c9d8-04be-4e55-9f19-3dd4c0f80ee5 X-Archives-Hash: 683b4e3fd7ec7f7547b69c3dac2ef6e9 commit: 0451b5b997bf0d189f1def55d17cff6738192695 Author: Sam James gentoo org> AuthorDate: Mon Jul 20 15:17:53 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jul 20 15:19:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0451b5b9 net-libs/libntlm: arm64 stable (bug #717944) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> net-libs/libntlm/libntlm-1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libntlm/libntlm-1.6.ebuild b/net-libs/libntlm/libntlm-1.6.ebuild index 037ed71be6a..6262ec3b0b7 100644 --- a/net-libs/libntlm/libntlm-1.6.ebuild +++ b/net-libs/libntlm/libntlm-1.6.ebuild @@ -9,7 +9,7 @@ SRC_URI="http://www.nongnu.org/${PN}/releases/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux" IUSE="static-libs" src_configure() {