From 7b205f67aa1e81d5665d2d88132ee9ce195f852a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 12 Jan 2024 20:23:49 +0100 Subject: Move {sys-devel → dev-debug}/gdb MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/920438 Signed-off-by: Michał Górny --- dev-util/pwndbg/pwndbg-20230717-r1.ebuild | 6 +++--- dev-util/pwndbg/pwndbg-99999999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dev-util/pwndbg') diff --git a/dev-util/pwndbg/pwndbg-20230717-r1.ebuild b/dev-util/pwndbg/pwndbg-20230717-r1.ebuild index 9cd280c6f445..a38b9180e566 100644 --- a/dev-util/pwndbg/pwndbg-20230717-r1.ebuild +++ b/dev-util/pwndbg/pwndbg-20230717-r1.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 python-single-r1 wrapper @@ -30,7 +30,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" ${PYTHON_DEPS} - sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] + dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' >=dev-libs/capstone-5.0_rc4[python,${PYTHON_USEDEP}] >=dev-python/psutil-5.9.5[${PYTHON_USEDEP}] diff --git a/dev-util/pwndbg/pwndbg-99999999.ebuild b/dev-util/pwndbg/pwndbg-99999999.ebuild index aa860fdf8e97..304326ef2983 100644 --- a/dev-util/pwndbg/pwndbg-99999999.ebuild +++ b/dev-util/pwndbg/pwndbg-99999999.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 @@ -26,8 +26,8 @@ LICENSE="MIT" SLOT="0" RDEPEND=" + dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20231111[${PYTHON_SINGLE_USEDEP}] - sys-devel/gdb[python,${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' >=dev-libs/capstone-5.0_rc4[python,${PYTHON_USEDEP}] >=dev-python/psutil-5.9.5[${PYTHON_USEDEP}] -- cgit v1.2.3-65-gdbad