From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id DBF9715808A for ; Mon, 04 Aug 2025 08:17:02 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 93462340CA7 for ; Mon, 04 Aug 2025 08:17:02 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 03F4211036D; Mon, 04 Aug 2025 08:17:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id EC2BA11036D for ; Mon, 04 Aug 2025 08:17:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D58D340834 for ; Mon, 04 Aug 2025 08:17:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A65630E6 for ; Mon, 04 Aug 2025 08:16:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1754295353.d2316ad9a0573e5bf6fff473eed93c7fb98dcc8f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/sysprof/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/sysprof/sysprof-48.0-r1.ebuild dev-util/sysprof/sysprof-48.0.ebuild X-VCS-Directories: dev-util/sysprof/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d2316ad9a0573e5bf6fff473eed93c7fb98dcc8f X-VCS-Branch: master Date: Mon, 04 Aug 2025 08:16:59 +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: 4feda4a4-cf6c-4907-bf72-8c05c5798693 X-Archives-Hash: 98204c6a3bfe97cc6ce6b3f365f78cfd commit: d2316ad9a0573e5bf6fff473eed93c7fb98dcc8f Author: Pacho Ramos gentoo org> AuthorDate: Mon Aug 4 08:15:53 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Aug 4 08:15:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2316ad9 dev-util/sysprof: Add missing dep on elfutils Thanks-to: Sam James Thanks-to: Lukas Schmelting Closes: https://github.com/gentoo/gentoo/pull/43296 Signed-off-by: Pacho Ramos gentoo.org> dev-util/sysprof/{sysprof-48.0.ebuild => sysprof-48.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/sysprof/sysprof-48.0.ebuild b/dev-util/sysprof/sysprof-48.0-r1.ebuild similarity index 99% rename from dev-util/sysprof/sysprof-48.0.ebuild rename to dev-util/sysprof/sysprof-48.0-r1.ebuild index 9d6fa0d32b7b..416c439e0795 100644 --- a/dev-util/sysprof/sysprof-48.0.ebuild +++ b/dev-util/sysprof/sysprof-48.0-r1.ebuild @@ -16,6 +16,7 @@ IUSE="gtk systemd test" RESTRICT="!test? ( test )" RDEPEND=" + dev-libs/elfutils >=dev-libs/glib-2.76.0:2 gtk? ( >=gui-libs/gtk-4.15:4