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 EF0E7158090 for ; Wed, 25 May 2022 20:21:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72017E0938; Wed, 25 May 2022 20:21:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B375E0938 for ; Wed, 25 May 2022 20:21:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB2B4341544 for ; Wed, 25 May 2022 20:21:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DB94D9 for ; Wed, 25 May 2022 20:21:33 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653509255.a3051aca2ef0735a5ad485de2f325e0d2777429c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/otf2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/otf2/otf2-2.3-r2.ebuild X-VCS-Directories: sys-cluster/otf2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: a3051aca2ef0735a5ad485de2f325e0d2777429c X-VCS-Branch: dev Date: Wed, 25 May 2022 20:21:33 +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: edf44341-91b8-4914-8d8b-ff15aa0e04ed X-Archives-Hash: 03ced25ec75ebd92c1a58b5b8b9cefef commit: a3051aca2ef0735a5ad485de2f325e0d2777429c Author: Alessandro Barbieri gmail com> AuthorDate: Wed May 25 20:07:35 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Wed May 25 20:07:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a3051aca sys-cluster/otf2: update SRC_URI Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/otf2/otf2-2.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/otf2/otf2-2.3-r2.ebuild b/sys-cluster/otf2/otf2-2.3-r2.ebuild index 5138fb66a..52ae06922 100644 --- a/sys-cluster/otf2/otf2-2.3-r2.ebuild +++ b/sys-cluster/otf2/otf2-2.3-r2.ebuild @@ -9,7 +9,7 @@ inherit python-single-r1 toolchain-funcs DESCRIPTION="highly scalable, memory efficient event trace data format" HOMEPAGE="https://www.vi-hps.org/projects/score-p" -SRC_URI="http://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/${P}/${P}.tar.gz" +SRC_URI="https://perftools.pages.jsc.fz-juelich.de/cicd/otf2/tags/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0"