diff options
author | Sam James <sam@gentoo.org> | 2022-02-01 04:09:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-01 04:09:25 +0000 |
commit | 5202c47efe957968de7d457932603a438f8fbb9d (patch) | |
tree | 500ace5d40e23c076a5316b1c8a5438b9443651b /dev-libs/protobuf-c | |
parent | dev-libs/capnproto: Stabilize 0.9.1 arm64, #762892 (diff) | |
download | gentoo-5202c47efe957968de7d457932603a438f8fbb9d.tar.gz gentoo-5202c47efe957968de7d457932603a438f8fbb9d.tar.bz2 gentoo-5202c47efe957968de7d457932603a438f8fbb9d.zip |
dev-libs/protobuf-c: Stabilize 1.4.0-r1 arm64, #811705
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/protobuf-c')
-rw-r--r-- | dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild index c4c68172c8ef..363c475ea98c 100644 --- a/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild +++ b/dev-libs/protobuf-c/protobuf-c-1.4.0-r1.ebuild @@ -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 @@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="BSD-2" # Subslot == SONAME version SLOT="0/1.0.0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |