*/*: move {sys-devel → dev-debug}/gdb

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-13 16:16:20 +05:00
parent af0209fb17
commit 30e82151fe
2 changed files with 3 additions and 3 deletions

View File

@@ -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,12 +26,12 @@ BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools-scm[${PYTHON_USEDEP}]
test? (
dev-debug/gdb
dev-python/aspectlib[${PYTHON_USEDEP}]
dev-python/ipdb[${PYTHON_USEDEP}]
dev-python/manhole[${PYTHON_USEDEP}]
dev-python/process-tests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
sys-devel/gdb
)
"

View File

@@ -21,7 +21,7 @@ fi
LICENSE="MIT"
SLOT="0"
RDEPEND="sys-devel/gdb[python]"
RDEPEND="dev-debug/gdb[python]"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
pkg_setup() {