diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-20 13:09:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-20 13:09:48 +0100 |
commit | 20eea83996f65a8f2934d1ebac7f93a291dcc41d (patch) | |
tree | 04ee701574ae0505a49077430040bfc16c8a8252 /net-libs/grpc | |
parent | dev-cpp/abseil-cpp: amd64 stable wrt bug #829430 (diff) | |
download | gentoo-20eea83996f65a8f2934d1ebac7f93a291dcc41d.tar.gz gentoo-20eea83996f65a8f2934d1ebac7f93a291dcc41d.tar.bz2 gentoo-20eea83996f65a8f2934d1ebac7f93a291dcc41d.zip |
net-libs/grpc: amd64 stable wrt bug #829430
Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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 da70344c4bca..94fa8a8a5f63 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 |