*/*: move {dev-util => dev-debug/}valgrind

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
Arthur Zamarin
2024-01-13 22:19:18 +02:00
parent dd1fefe642
commit 2652c1b3da
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ IUSE="+constraint-handler doc +extensions modules norm-compat +nullslack test un
RESTRICT="!test? ( test )"
BDEPEND="
doc? ( app-text/doxygen[dot] )
valgrind? ( dev-util/valgrind )
valgrind? ( dev-debug/valgrind )
"
PATCHES=( "${FILESDIR}/${P}-stdarg.patch" )