summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-13 17:08:07 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 18:53:55 +0100
commit5e3d413c90ed50a6f9582ee1e3817398d4a82319 (patch)
tree2d7fe26c9c9538dac3d5fbbb61181d25786141d0 /x11-libs/libdrm
parentMove {sys-devel → dev-build}/remake (diff)
downloadgentoo-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 'x11-libs/libdrm')
-rw-r--r--x11-libs/libdrm/libdrm-2.4.117.ebuild6
-rw-r--r--x11-libs/libdrm/libdrm-2.4.118.ebuild4
-rw-r--r--x11-libs/libdrm/libdrm-2.4.119.ebuild4
-rw-r--r--x11-libs/libdrm/libdrm-9999.ebuild4
4 files changed, 9 insertions, 9 deletions
diff --git a/x11-libs/libdrm/libdrm-2.4.117.ebuild b/x11-libs/libdrm/libdrm-2.4.117.ebuild
index ba1774d2e7f5..8ecbdd5ac2c0 100644
--- a/x11-libs/libdrm/libdrm-2.4.117.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.117.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
@@ -32,7 +32,7 @@ SLOT="0"
RDEPEND="
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
- valgrind? ( dev-util/valgrind )"
+ valgrind? ( dev-debug/valgrind )"
BDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
diff --git a/x11-libs/libdrm/libdrm-2.4.118.ebuild b/x11-libs/libdrm/libdrm-2.4.118.ebuild
index 79ef125c536b..dc89e93d8dc4 100644
--- a/x11-libs/libdrm/libdrm-2.4.118.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.118.ebuild
@@ -4,7 +4,7 @@
EAPI=8
EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/drm.git"
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-r3"
@@ -32,7 +32,7 @@ SLOT="0"
RDEPEND="
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
DEPEND="${RDEPEND}
- valgrind? ( dev-util/valgrind )"
+ valgrind? ( dev-debug/valgrind )"
BDEPEND="${PYTHON_DEPS}
$(python_gen_any_dep 'dev-python/docutils[${PYTHON_USEDEP}]')"
diff --git a/x11-libs/libdrm/libdrm-2.4.119.ebuild b/x11-libs/libdrm/libdrm-2.4.119.ebuild
index 6ffff813ee27..ec035b19e919 100644
--- a/x11-libs/libdrm/libdrm-2.4.119.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.119.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
@@ -32,7 +32,7 @@ SLOT="0"
COMMON_DEPEND="
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
DEPEND="${COMMON_DEPEND}
- valgrind? ( dev-util/valgrind )"
+ valgrind? ( dev-debug/valgrind )"
RDEPEND="${COMMON_DEPEND}
video_cards_amdgpu? (
tools? ( >=dev-util/cunit-2.1 )
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index 6ffff813ee27..ec035b19e919 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-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
@@ -32,7 +32,7 @@ SLOT="0"
COMMON_DEPEND="
video_cards_intel? ( >=x11-libs/libpciaccess-0.13.1-r1:=[${MULTILIB_USEDEP}] )"
DEPEND="${COMMON_DEPEND}
- valgrind? ( dev-util/valgrind )"
+ valgrind? ( dev-debug/valgrind )"
RDEPEND="${COMMON_DEPEND}
video_cards_amdgpu? (
tools? ( >=dev-util/cunit-2.1 )