Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/
Date: Mon, 26 Jun 2017 07:54:19
Message-Id: 1498463583.11f24b92b3d8f89f2e84414cd50823ca5a27e950.aballier@gentoo
1 commit: 11f24b92b3d8f89f2e84414cd50823ca5a27e950
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 26 07:53:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 26 07:53:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f24b92
7
8 net-libs/libgsasl: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
16 index 4ce59310e03..33b6be88f5a 100644
17 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
18 +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
19 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/"
20 SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
21 LICENSE="GPL-3 LGPL-3"
22 SLOT="0"
23 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
24 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
25 IUSE="idn gcrypt kerberos nls ntlm static-libs"
26 DEPEND="
27 gcrypt? ( dev-libs/libgcrypt:0 )