diff options
author | Sam James <sam@gentoo.org> | 2023-05-14 09:48:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-14 09:48:28 +0100 |
commit | a8f106ffd4549eb7641f4603e9d160b372c71dfa (patch) | |
tree | b1b4212c9b710bce2c57aca235b364ca182b332b /net-libs/grpc | |
parent | net-libs/grpc: Stabilize 1.52.1 amd64, #905350 (diff) | |
download | gentoo-a8f106ffd4549eb7641f4603e9d160b372c71dfa.tar.gz gentoo-a8f106ffd4549eb7641f4603e9d160b372c71dfa.tar.bz2 gentoo-a8f106ffd4549eb7641f4603e9d160b372c71dfa.zip |
net-libs/grpc: Stabilize 1.52.1 x86, #905350
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.52.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.52.1.ebuild b/net-libs/grpc/grpc-1.52.1.ebuild index ab5a05aa3718..f1722e1283de 100644 --- a/net-libs/grpc/grpc-1.52.1.ebuild +++ b/net-libs/grpc/grpc-1.52.1.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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86" IUSE="doc examples test" # look for submodule versions in third_party dir |