Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libgsasl/
Date: Thu, 28 Feb 2019 17:13:09
Message-Id: 1551373732.b58c6e7dff36d0a1e8aadb313c7e2f520ae47266.zlogene@gentoo
1 commit: b58c6e7dff36d0a1e8aadb313c7e2f520ae47266
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 17:08:52 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 17:08:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58c6e7d
7
8 net-libs/libgsasl: mark s390 stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
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 360cab48767..68e688d81f8 100644
18 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
19 +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/"
27 SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz"
28 LICENSE="GPL-3 LGPL-3"
29 SLOT="0"
30 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
31 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
32 IUSE="idn gcrypt kerberos nls ntlm static-libs"
33 DEPEND="
34 gcrypt? ( dev-libs/libgcrypt:0 )