diff options
Diffstat (limited to 'x11-libs/libdrm/libdrm-2.4.117.ebuild')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.117.ebuild | 6 |
1 files changed, 3 insertions, 3 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}]')" |