diff options
author | Sam James <sam@gentoo.org> | 2022-10-28 00:46:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-28 00:46:05 +0100 |
commit | 1d6153bc33f5f7ef9807134299f1157fe14480ae (patch) | |
tree | eed09a65b8bcdd2aa706ad1e95c40304bca57eb5 /net-libs/grpc | |
parent | net-voip/murmur: Stabilize 1.4.287 x86, #877667 (diff) | |
download | gentoo-1d6153bc33f5f7ef9807134299f1157fe14480ae.tar.gz gentoo-1d6153bc33f5f7ef9807134299f1157fe14480ae.tar.bz2 gentoo-1d6153bc33f5f7ef9807134299f1157fe14480ae.zip |
net-libs/grpc: Stabilize 1.43.0 x86, #877667
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.43.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.43.0.ebuild b/net-libs/grpc/grpc-1.43.0.ebuild index 8aa4ce2c1860..a2adc4804b4c 100644 --- a/net-libs/grpc/grpc-1.43.0.ebuild +++ b/net-libs/grpc/grpc-1.43.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" # format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level CMakeLists.txt SLOT="0/21.143" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="doc examples test" # look for submodule versions in third_party dir |