diff options
author | Sam James <sam@gentoo.org> | 2024-09-12 22:58:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-12 22:58:56 +0100 |
commit | 7fc1c831cc4a7b006ee451718cb331789cf4590a (patch) | |
tree | fd347085d5b932c400d2ace0b5357654e81b7f10 /net-libs | |
parent | dev-go/golangci-lint: add 1.61.0 (diff) | |
download | gentoo-7fc1c831cc4a7b006ee451718cb331789cf4590a.tar.gz gentoo-7fc1c831cc4a7b006ee451718cb331789cf4590a.tar.bz2 gentoo-7fc1c831cc4a7b006ee451718cb331789cf4590a.zip |
net-libs/grpc: Stabilize 1.65.1 amd64, #938833
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/grpc/grpc-1.65.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.65.1.ebuild b/net-libs/grpc/grpc-1.65.1.ebuild index 3fbe1dcd6309..118adc8b4b09 100644 --- a/net-libs/grpc/grpc-1.65.1.ebuild +++ b/net-libs/grpc/grpc-1.65.1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="Apache-2.0" # format is 0/${CORE_SOVERSION//./}.${CPP_SOVERSION//./} , check top level CMakeLists.txt SLOT="0/42.165" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" IUSE="doc examples test systemd" RESTRICT="!test? ( test )" |