commit: d2316ad9a0573e5bf6fff473eed93c7fb98dcc8f Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Mon Aug 4 08:15:53 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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
