diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-13 17:08:07 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 18:53:55 +0100 |
commit | 5e3d413c90ed50a6f9582ee1e3817398d4a82319 (patch) | |
tree | 2d7fe26c9c9538dac3d5fbbb61181d25786141d0 /sys-block | |
parent | Move {sys-devel → dev-build}/remake (diff) | |
download | gentoo-5e3d413c90ed50a6f9582ee1e3817398d4a82319.tar.gz gentoo-5e3d413c90ed50a6f9582ee1e3817398d4a82319.tar.bz2 gentoo-5e3d413c90ed50a6f9582ee1e3817398d4a82319.zip |
Move {dev-util → dev-debug}/valgrind
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34786
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/fio/fio-3.34.ebuild | 6 | ||||
-rw-r--r-- | sys-block/nbdkit/nbdkit-1.32.4.ebuild | 4 | ||||
-rw-r--r-- | sys-block/nbdkit/nbdkit-1.36.1.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys-block/fio/fio-3.34.ebuild b/sys-block/fio/fio-3.34.ebuild index b090ea6b924f..a6ad49a67e9c 100644 --- a/sys-block/fio/fio-3.34.ebuild +++ b/sys-block/fio/fio-3.34.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit python-r1 toolchain-funcs @@ -49,7 +49,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} ) DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} ) test? ( dev-util/cunit ) - valgrind? ( dev-util/valgrind )" + valgrind? ( dev-debug/valgrind )" RDEPEND+=" python? ( ${PYTHON_DEPS} diff --git a/sys-block/nbdkit/nbdkit-1.32.4.ebuild b/sys-block/nbdkit/nbdkit-1.32.4.ebuild index 556001f72a78..dd4269d8fab4 100644 --- a/sys-block/nbdkit/nbdkit-1.32.4.ebuild +++ b/sys-block/nbdkit/nbdkit-1.32.4.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=8 @@ -31,7 +31,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) " BDEPEND=" dev-lang/perl diff --git a/sys-block/nbdkit/nbdkit-1.36.1.ebuild b/sys-block/nbdkit/nbdkit-1.36.1.ebuild index 1e45c62de89d..afd14e603f98 100644 --- a/sys-block/nbdkit/nbdkit-1.36.1.ebuild +++ b/sys-block/nbdkit/nbdkit-1.36.1.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=8 @@ -35,7 +35,7 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) " BDEPEND=" dev-lang/perl |