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 9292F139694 for ; Mon, 26 Jun 2017 07:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F0CD254038; Mon, 26 Jun 2017 07:54:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 49712254038 for ; Mon, 26 Jun 2017 07:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7031534180A for ; Mon, 26 Jun 2017 07:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9ED6374A0 for ; Mon, 26 Jun 2017 07:54:13 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1498463583.11f24b92b3d8f89f2e84414cd50823ca5a27e950.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild X-VCS-Directories: net-libs/libgsasl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 11f24b92b3d8f89f2e84414cd50823ca5a27e950 X-VCS-Branch: master Date: Mon, 26 Jun 2017 07:54: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: 12adf093-f3ac-4f45-817f-e9bf56b4f156 X-Archives-Hash: 6166262202685c03045a750baaec7c34 commit: 11f24b92b3d8f89f2e84414cd50823ca5a27e950 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 26 07:53:03 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 26 07:53:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f24b92 net-libs/libgsasl: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild index 4ce59310e03..33b6be88f5a 100644 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" IUSE="idn gcrypt kerberos nls ntlm static-libs" DEPEND=" gcrypt? ( dev-libs/libgcrypt:0 )