diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-20 11:20:08 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-20 11:20:08 +0200 |
commit | d1f6ea60851f49224a654f5f77e880eb3c30711b (patch) | |
tree | 396e2ba596c622179258daba6b063eb4f8ee52bf /net-libs/grpc | |
parent | dev-cpp/abseil-cpp: Stabilize 20210324.2 arm64, #829430 (diff) | |
download | gentoo-d1f6ea60851f49224a654f5f77e880eb3c30711b.tar.gz gentoo-d1f6ea60851f49224a654f5f77e880eb3c30711b.tar.bz2 gentoo-d1f6ea60851f49224a654f5f77e880eb3c30711b.zip |
net-libs/grpc: Stabilize 1.41.1 arm64, #829430
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-libs/grpc')
-rw-r--r-- | net-libs/grpc/grpc-1.41.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/grpc/grpc-1.41.1.ebuild b/net-libs/grpc/grpc-1.41.1.ebuild index e9f7052206f3..da70344c4bca 100644 --- a/net-libs/grpc/grpc-1.41.1.ebuild +++ b/net-libs/grpc/grpc-1.41.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/19.141" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm64 ~ppc64 ~riscv ~x86" IUSE="doc examples test" # look for submodule versions in third_party dir |