From 1f1a92a986ed1e3c924b6f78b7e515cf3840b3a3 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 15 Jan 2024 07:14:28 +0000 Subject: [PATCH] net-libs/libslirp: Sync with Gentoo It's from Gentoo commit 5e3d413c90ed50a6f9582ee1e3817398d4a82319. --- .../portage-stable/net-libs/libslirp/libslirp-4.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/net-libs/libslirp/libslirp-4.7.0.ebuild b/sdk_container/src/third_party/portage-stable/net-libs/libslirp/libslirp-4.7.0.ebuild index 0810b697f5..d17d7b4770 100644 --- a/sdk_container/src/third_party/portage-stable/net-libs/libslirp/libslirp-4.7.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-libs/libslirp/libslirp-4.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ RDEPEND="dev-libs/glib:=" # Valgrind usage is automagic but it's not so bad given it's a header-only dep. DEPEND=" ${RDEPEND} - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) " S=${WORKDIR}/${MY_P}