diff options
Diffstat (limited to 'net-libs/grpc/grpc-1.22.0.ebuild')
-rw-r--r-- | net-libs/grpc/grpc-1.22.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/grpc/grpc-1.22.0.ebuild b/net-libs/grpc/grpc-1.22.0.ebuild index 04e137d8d78c..4f597ba83570 100644 --- a/net-libs/grpc/grpc-1.22.0.ebuild +++ b/net-libs/grpc/grpc-1.22.0.ebuild @@ -32,10 +32,10 @@ BDEPEND="virtual/pkgconfig" RESTRICT="test" PATCHES=( - "${FILESDIR}/1.21.0-fix-host-ar-handling.patch" - "${FILESDIR}/0003-grpc-1.3.0-Don-t-run-ldconfig.patch" - "${FILESDIR}/0005-grpc-1.11.0-pkgconfig-libdir.patch" - "${FILESDIR}/1.22.0-cxx_arg_list_too_long_forloop.patch" # https://github.com/grpc/grpc/issues/14844 + "${FILESDIR}/grpc-1.21.0-fix-host-ar-handling.patch" + "${FILESDIR}/grpc-1.3.0-Don-t-run-ldconfig.patch" + "${FILESDIR}/grpc-1.11.0-pkgconfig-libdir.patch" + "${FILESDIR}/grpc-1.22.0-cxx_arg_list_too_long_forloop.patch" # https://github.com/grpc/grpc/issues/14844 ) S="${WORKDIR}/${PN}-${MY_PV}" |