diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 19:11:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 21:54:52 +0000 |
commit | e12f0b6b88aca4c6edf8e3272dd0764b866a6de0 (patch) | |
tree | 0243b114a8a2e494b41a011d087962875799de02 /dev-libs | |
parent | dev-libs/popt: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-e12f0b6b88aca4c6edf8e3272dd0764b866a6de0.tar.gz gentoo-e12f0b6b88aca4c6edf8e3272dd0764b866a6de0.tar.bz2 gentoo-e12f0b6b88aca4c6edf8e3272dd0764b866a6de0.zip |
dev-libs/protobuf-c: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild index f6604b26b18c..9a6f86d79c89 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.3.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${MY_PV}/${MY_P}.tar. LICENSE="BSD-2" # Subslot == SONAME version SLOT="0/1.0.0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |