Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/
Date: Fri, 26 Apr 2019 11:32:30
Message-Id: 1556278055.ccec87d2b6bac5ccf064be1e5fd41fdcfd7e85ce.blueness@gentoo
1 commit: ccec87d2b6bac5ccf064be1e5fd41fdcfd7e85ce
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 11:27:35 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 11:27:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccec87d2
7
8 net-libs/libgsasl: stable on arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
17 index 68e688d81f8..76c3906bfd6 100644
18 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
19 +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
20 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/"
21 SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
22 LICENSE="GPL-3 LGPL-3"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
25 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
26 IUSE="idn gcrypt kerberos nls ntlm static-libs"
27 DEPEND="
28 gcrypt? ( dev-libs/libgcrypt:0 )