summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-03-03 14:11:53 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-03-03 14:11:53 +0300
commit3c0c2da986dce8aad77b3b05f046da4d8ef1deda (patch)
tree5ab44269a7cbbc4af002991009e103fca2a0073b /dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
parentsys-power/pm-utils: mark s390 stable (diff)
downloadgentoo-3c0c2da986dce8aad77b3b05f046da4d8ef1deda.tar.gz
gentoo-3c0c2da986dce8aad77b3b05f046da4d8ef1deda.tar.bz2
gentoo-3c0c2da986dce8aad77b3b05f046da4d8ef1deda.zip
dev-libs/mongo-c-driver: mark ~s390
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild')
-rw-r--r--dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild b/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
index aaa06162f886..9555f7a1f3cb 100644
--- a/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.ebuild
+++ b/dev-libs/mongo-c-driver/mongo-c-driver-1.11.0.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
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/${PV}.tar.gz -> ${P}.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~s390 ~x86"
IUSE="debug examples libressl sasl ssl static-libs test"
REQUIRED_USE="test? ( static-libs )"