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-cluster/rdma-core | |
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-cluster/rdma-core')
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-48.0.ebuild | 4 | ||||
-rw-r--r-- | sys-cluster/rdma-core/rdma-core-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild b/sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild index 91af343f8124..43015470a799 100644 --- a/sys-cluster/rdma-core/rdma-core-47.0-r1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-47.0-r1.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 @@ -28,7 +28,7 @@ COMMON_DEPEND=" virtual/libudev:= neigh? ( dev-libs/libnl:3 ) systemd? ( sys-apps/systemd:= ) - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) python? ( ${PYTHON_DEPS} ) " DEPEND=" diff --git a/sys-cluster/rdma-core/rdma-core-48.0.ebuild b/sys-cluster/rdma-core/rdma-core-48.0.ebuild index 96c9a1f2b363..f3998876ce6d 100644 --- a/sys-cluster/rdma-core/rdma-core-48.0.ebuild +++ b/sys-cluster/rdma-core/rdma-core-48.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=8 @@ -29,7 +29,7 @@ COMMON_DEPEND=" lttng? ( dev-util/lttng-ust:= ) neigh? ( dev-libs/libnl:3 ) systemd? ( sys-apps/systemd:= ) - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) python? ( ${PYTHON_DEPS} ) " DEPEND=" diff --git a/sys-cluster/rdma-core/rdma-core-9999.ebuild b/sys-cluster/rdma-core/rdma-core-9999.ebuild index 19fe7450ce77..b51acd980ed0 100644 --- a/sys-cluster/rdma-core/rdma-core-9999.ebuild +++ b/sys-cluster/rdma-core/rdma-core-9999.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 @@ -29,7 +29,7 @@ COMMON_DEPEND=" lttng? ( dev-util/lttng-ust:= ) neigh? ( dev-libs/libnl:3 ) systemd? ( sys-apps/systemd:= ) - valgrind? ( dev-util/valgrind ) + valgrind? ( dev-debug/valgrind ) python? ( ${PYTHON_DEPS} ) " DEPEND=" |