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 8ED091381F3 for ; Sat, 25 Apr 2020 09:59:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5640E09CA; Sat, 25 Apr 2020 09:59:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A5427E09CA for ; Sat, 25 Apr 2020 09:59:21 +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 A435D34F03C for ; Sat, 25 Apr 2020 09:59:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7E826 for ; Sat, 25 Apr 2020 09:59:19 +0000 (UTC) From: "Cédric Krier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" Message-ID: <1587808756.d19334f9c473522967b096f19310ca33b8a2e266.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/stripe-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/stripe-mock/stripe-mock-0.88.0.ebuild X-VCS-Directories: dev-util/stripe-mock/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: d19334f9c473522967b096f19310ca33b8a2e266 X-VCS-Branch: master Date: Sat, 25 Apr 2020 09:59:19 +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: 97fb6f19-83bf-449f-b9ba-3a4336cf4e02 X-Archives-Hash: a12133261f0790e26acd74d9c408cf21 commit: d19334f9c473522967b096f19310ca33b8a2e266 Author: Cédric Krier gentoo org> AuthorDate: Sat Apr 25 09:58:47 2020 +0000 Commit: Cédric Krier gentoo org> CommitDate: Sat Apr 25 09:59:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d19334f9 dev-util/stripe-mock: Remove unnecessary slash strip Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Cédric Krier gentoo.org> dev-util/stripe-mock/stripe-mock-0.88.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild b/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild index 10557ae0ccc..722522531cd 100644 --- a/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild +++ b/dev-util/stripe-mock/stripe-mock-0.88.0.ebuild @@ -18,5 +18,5 @@ SLOT="0" src_install() { golang-build_src_install dobin bin/stripe-mock - rm -rf "${D%/}$(get_golibdir_gopath)" || die + rm -rf "${D}$(get_golibdir_gopath)" || die }