diff options
author | 2018-12-31 13:05:16 +0300 | |
---|---|---|
committer | 2018-12-31 13:06:36 +0300 | |
commit | 2a5bf28002e1b0cbd6eced96219bc9130b408806 (patch) | |
tree | ad48b937ad3407beb886d0b8f565a5e7abc89219 /virtual/gsasl | |
parent | dev-db/kyotocabinet: Add ~s390 keyword (diff) | |
download | gentoo-2a5bf28002e1b0cbd6eced96219bc9130b408806.tar.gz gentoo-2a5bf28002e1b0cbd6eced96219bc9130b408806.tar.bz2 gentoo-2a5bf28002e1b0cbd6eced96219bc9130b408806.zip |
virtual/gsasl: mark s390 stable
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index e4813a7f286c..6b375ab09cbd 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |