Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gsasl/
Date: Mon, 31 Dec 2018 10:06:44
Message-Id: 1546250796.2a5bf28002e1b0cbd6eced96219bc9130b408806.zlogene@gentoo
1 commit: 2a5bf28002e1b0cbd6eced96219bc9130b408806
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 10:05:16 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 10:06:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a5bf280
7
8 virtual/gsasl: 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 virtual/gsasl/gsasl-2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild
17 index e4813a7f286..6b375ab09cb 100644
18 --- a/virtual/gsasl/gsasl-2.ebuild
19 +++ b/virtual/gsasl/gsasl-2.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="Virtual for the GNU SASL library"
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 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos"
31
32 RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )"