diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-28 20:08:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-28 20:08:52 +0300 |
commit | b58c6e7dff36d0a1e8aadb313c7e2f520ae47266 (patch) | |
tree | 33e52e6545576917a67665ce1581a0abd8d6f7ee /net-libs/libgsasl | |
parent | sys-fs/udev-init-scripts: mark s390 stable (diff) | |
download | gentoo-b58c6e7dff36d0a1e8aadb313c7e2f520ae47266.tar.gz gentoo-b58c6e7dff36d0a1e8aadb313c7e2f520ae47266.tar.bz2 gentoo-b58c6e7dff36d0a1e8aadb313c7e2f520ae47266.zip |
net-libs/libgsasl: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-libs/libgsasl')
-rw-r--r-- | net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild index 360cab48767e..68e688d81f87 100644 --- a/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild +++ b/net-libs/libgsasl/libgsasl-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/gsasl/" SRC_URI="mirror://gnu/${PN/lib}/${P}.tar.gz" LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="idn gcrypt kerberos nls ntlm static-libs" DEPEND=" gcrypt? ( dev-libs/libgcrypt:0 ) |