diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 15:39:51 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-02-13 15:39:51 +0100 |
commit | f48f48b300e4ae85b85dbcaddf61366d7025f0a2 (patch) | |
tree | 2c950e10df4189defb4dcd4ea1d375ea883b694c /dev-libs/protobuf-c | |
parent | dev-python/lxml: s390 stable wrt bug #707070 (diff) | |
download | gentoo-f48f48b300e4ae85b85dbcaddf61366d7025f0a2.tar.gz gentoo-f48f48b300e4ae85b85dbcaddf61366d7025f0a2.tar.bz2 gentoo-f48f48b300e4ae85b85dbcaddf61366d7025f0a2.zip |
dev-libs/protobuf-c: s390 stable wrt bug #707514
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild index baa5c3a190dc..fecc3efe3c06 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.3.2.ebuild @@ -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 )" |