Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/
Date: Fri, 06 Apr 2018 11:05:29
Message-Id: 1523012709.b103c6d631cbac089f074ba4ef84ee59f5179908.grobian@gentoo
1 commit: b103c6d631cbac089f074ba4ef84ee59f5179908
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 6 11:03:34 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 6 11:05:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b103c6d6
7
8 net-libs/libgsasl: marked ~x64-macos, bug #650848
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
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 33b6be88f5a..360cab48767 100644
17 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
18 +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/"
26 SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
27 LICENSE="GPL-3 LGPL-3"
28 SLOT="0"
29 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
30 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
31 IUSE="idn gcrypt kerberos nls ntlm static-libs"
32 DEPEND="
33 gcrypt? ( dev-libs/libgcrypt:0 )