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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F305415808B for ; Tue, 29 Mar 2022 00:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D83DCE0828; Tue, 29 Mar 2022 00:23:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2935E0828 for ; Tue, 29 Mar 2022 00:23:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65306341464 for ; Tue, 29 Mar 2022 00:23:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE00233F for ; Tue, 29 Mar 2022 00:22:58 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1648366246.42689b0d58d4bd29c9cff5f80db87ba1332c2d1a.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/wxparaver/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/wxparaver/wxparaver-4.10.0.ebuild X-VCS-Directories: sys-cluster/wxparaver/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 42689b0d58d4bd29c9cff5f80db87ba1332c2d1a X-VCS-Branch: master Date: Tue, 29 Mar 2022 00:22:58 +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: c9102b23-cf18-408b-83cc-60f49dfbfcea X-Archives-Hash: 7f39759979c258e5a0866718de5f2032 commit: 42689b0d58d4bd29c9cff5f80db87ba1332c2d1a Author: Alessandro Barbieri gmail com> AuthorDate: Sun Mar 27 07:29:15 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Sun Mar 27 07:30:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42689b0d asys-cluster/wxparaver: fix S Closes: https://bugs.gentoo.org/836222 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/wxparaver/wxparaver-4.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild b/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild index 84094fe3d..fcf95c327 100644 --- a/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild +++ b/sys-cluster/wxparaver/wxparaver-4.10.0.ebuild @@ -18,7 +18,7 @@ HOMEPAGE=" https://github.com/bsc-performance-tools/wxparaver " SRC_URI="https://github.com/bsc-performance-tools/wxparaver/archive/${COMMIT}.tar.gz -> ${PF}.tar.gz" -S="${WORKDIR}/${P}-${COMMIT}" +S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="LGPL-2.1" SLOT="0"