diff options
author | 2024-01-13 17:08:07 +0100 | |
---|---|---|
committer | 2024-01-13 18:53:55 +0100 | |
commit | 5e3d413c90ed50a6f9582ee1e3817398d4a82319 (patch) | |
tree | 2d7fe26c9c9538dac3d5fbbb61181d25786141d0 /dev-libs/libratbag | |
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 'dev-libs/libratbag')
-rw-r--r-- | dev-libs/libratbag/libratbag-0.15.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libratbag/libratbag-0.16.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/libratbag/libratbag-0.17.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dev-libs/libratbag/libratbag-0.15.ebuild b/dev-libs/libratbag/libratbag-0.15.ebuild index 8289d78b4171..463af2fcc9ea 100644 --- a/dev-libs/libratbag/libratbag-0.15.ebuild +++ b/dev-libs/libratbag/libratbag-0.15.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=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit meson python-single-r1 systemd udev @@ -34,7 +34,7 @@ BDEPEND=" test? ( dev-libs/check dev-libs/gobject-introspection - dev-util/valgrind + dev-debug/valgrind $(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] diff --git a/dev-libs/libratbag/libratbag-0.16.ebuild b/dev-libs/libratbag/libratbag-0.16.ebuild index 88ff3a11ccd1..ee4bf5607fc7 100644 --- a/dev-libs/libratbag/libratbag-0.16.ebuild +++ b/dev-libs/libratbag/libratbag-0.16.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=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_10 ) inherit meson python-single-r1 systemd udev @@ -34,7 +34,7 @@ BDEPEND=" test? ( dev-libs/check dev-libs/gobject-introspection - dev-util/valgrind + dev-debug/valgrind $(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] diff --git a/dev-libs/libratbag/libratbag-0.17.ebuild b/dev-libs/libratbag/libratbag-0.17.ebuild index 4bd9976cf218..22d1ba0d980e 100644 --- a/dev-libs/libratbag/libratbag-0.17.ebuild +++ b/dev-libs/libratbag/libratbag-0.17.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=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit meson python-single-r1 systemd udev @@ -34,7 +34,7 @@ BDEPEND=" test? ( dev-libs/check dev-libs/gobject-introspection - dev-util/valgrind + dev-debug/valgrind $(python_gen_cond_dep ' dev-python/pygobject:3[${PYTHON_USEDEP}] dev-python/python-evdev[${PYTHON_USEDEP}] |