From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C65DE138334 for ; Tue, 7 May 2019 19:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE30EE091A; Tue, 7 May 2019 19:00:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FB1EE091A for ; Tue, 7 May 2019 19:00:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F19EA343AFA for ; Tue, 7 May 2019 19:00:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F8775D7 for ; Tue, 7 May 2019 19:00:38 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1557255463.73bf1bfd3cba42d58883d6abb9253ba2fb04f328.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/grpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/grpc/grpc-1.16.1.ebuild net-libs/grpc/grpc-1.17.1.ebuild net-libs/grpc/grpc-1.18.0.ebuild net-libs/grpc/grpc-1.19.0.ebuild net-libs/grpc/grpc-1.20.1.ebuild X-VCS-Directories: net-libs/grpc/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 73bf1bfd3cba42d58883d6abb9253ba2fb04f328 X-VCS-Branch: master Date: Tue, 7 May 2019 19:00:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 748cad60-ea7a-458b-99d3-8b86383aab12 X-Archives-Hash: aa5f843e387dd38e3650076c377cf997 commit: 73bf1bfd3cba42d58883d6abb9253ba2fb04f328 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue May 7 18:57:43 2019 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue May 7 18:57:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73bf1bfd net-libs/grpc: don't remove trailing slash from ED in EAPI=7 ebuilds Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev gentoo.org> net-libs/grpc/grpc-1.16.1.ebuild | 2 +- net-libs/grpc/grpc-1.17.1.ebuild | 2 +- net-libs/grpc/grpc-1.18.0.ebuild | 2 +- net-libs/grpc/grpc-1.19.0.ebuild | 2 +- net-libs/grpc/grpc-1.20.1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/grpc/grpc-1.16.1.ebuild b/net-libs/grpc/grpc-1.16.1.ebuild index 90158c5c0d3..07af07cc1f5 100644 --- a/net-libs/grpc/grpc-1.16.1.ebuild +++ b/net-libs/grpc/grpc-1.16.1.ebuild @@ -69,7 +69,7 @@ src_compile() { src_install() { emake \ - prefix="${ED%/}"/usr \ + prefix="${ED}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.17.1.ebuild b/net-libs/grpc/grpc-1.17.1.ebuild index 7c7b0acf040..bbdf4092a7c 100644 --- a/net-libs/grpc/grpc-1.17.1.ebuild +++ b/net-libs/grpc/grpc-1.17.1.ebuild @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${ED%/}"/usr \ + prefix="${ED}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.18.0.ebuild b/net-libs/grpc/grpc-1.18.0.ebuild index 7c7b0acf040..bbdf4092a7c 100644 --- a/net-libs/grpc/grpc-1.18.0.ebuild +++ b/net-libs/grpc/grpc-1.18.0.ebuild @@ -73,7 +73,7 @@ src_compile() { src_install() { emake \ - prefix="${ED%/}"/usr \ + prefix="${ED}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.19.0.ebuild b/net-libs/grpc/grpc-1.19.0.ebuild index 39508cff560..dbbfa395438 100644 --- a/net-libs/grpc/grpc-1.19.0.ebuild +++ b/net-libs/grpc/grpc-1.19.0.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${ED%/}"/usr \ + prefix="${ED}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install diff --git a/net-libs/grpc/grpc-1.20.1.ebuild b/net-libs/grpc/grpc-1.20.1.ebuild index f963e1b5c22..c17b91e1843 100644 --- a/net-libs/grpc/grpc-1.20.1.ebuild +++ b/net-libs/grpc/grpc-1.20.1.ebuild @@ -71,7 +71,7 @@ src_compile() { src_install() { emake \ - prefix="${ED%/}"/usr \ + prefix="${ED}"/usr \ INSTALL_LIBDIR="$(get_libdir)" \ STRIP=/bin/true \ install