diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-20 23:29:10 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-20 23:29:10 +0200 |
commit | 8fea7d44933bf76e1426295e2b13837b92a9a1b5 (patch) | |
tree | 6042439fe6301105946c3e106fa5150acbcdb91d /net-libs/grpc | |
parent | dev-python/ujson: Keyword 5.7.0 ia64, #893510 (diff) | |
download | gentoo-8fea7d44933bf76e1426295e2b13837b92a9a1b5.tar.gz gentoo-8fea7d44933bf76e1426295e2b13837b92a9a1b5.tar.bz2 gentoo-8fea7d44933bf76e1426295e2b13837b92a9a1b5.zip |
net-libs/grpc: Keyword 1.52.0 x86, #893926
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.52.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.52.0.ebuild b/net-libs/grpc/grpc-1.52.0.ebuild index 4449a9c03c1a..93523a5bfd23 100644 --- a/net-libs/grpc/grpc-1.52.0.ebuild +++ b/net-libs/grpc/grpc-1.52.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/30.152" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="doc examples test" # look for submodule versions in third_party dir |