dev-libs/mongo-c-driver: drop ~s390

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-26 04:36:42 +01:00
parent 6d57212c25
commit 85d62d7520

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/mongodb/mongo-c-driver/releases/download/${PV}/${P}.
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 ~hppa ~riscv ~s390 x86"
KEYWORDS="amd64 ~hppa ~riscv x86"
IUSE="debug examples icu sasl ssl static-libs test"
REQUIRED_USE="test? ( static-libs )"