diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-12 20:23:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-13 10:42:32 +0100 |
commit | 7b205f67aa1e81d5665d2d88132ee9ce195f852a (patch) | |
tree | 1ede02f153b083fafce941f24f5a07ef7322b4c5 /dev-util/pwndbg | |
parent | profiles/categories: Add dev-{build,debug} (diff) | |
download | gentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.tar.gz gentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.tar.bz2 gentoo-7b205f67aa1e81d5665d2d88132ee9ce195f852a.zip |
Move {sys-devel → dev-debug}/gdb
Closes: https://bugs.gentoo.org/920438
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/pwndbg')
-rw-r--r-- | dev-util/pwndbg/pwndbg-20230717-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/pwndbg/pwndbg-99999999.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
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}] |