diff options
author | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-01-13 16:16:20 +0500 |
---|---|---|
committer | Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in> | 2024-01-13 16:16:20 +0500 |
commit | 30e82151feef805ad15836f9a741bdd4c011c7c5 (patch) | |
tree | 8959d2b9ea7839519d2f51f67d681eb09201fa18 /sys-devel | |
parent | dev-lang/gleam: treeclean duplicate (diff) | |
download | guru-30e82151feef805ad15836f9a741bdd4c011c7c5.tar.gz guru-30e82151feef805ad15836f9a741bdd4c011c7c5.tar.bz2 guru-30e82151feef805ad15836f9a741bdd4c011c7c5.zip |
*/*: move {sys-devel → dev-debug}/gdb
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gdb-dashboard/gdb-dashboard-0.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb-dashboard/gdb-dashboard-0.17.2.ebuild b/sys-devel/gdb-dashboard/gdb-dashboard-0.17.2.ebuild index e25cff86d..2d76b5994 100644 --- a/sys-devel/gdb-dashboard/gdb-dashboard-0.17.2.ebuild +++ b/sys-devel/gdb-dashboard/gdb-dashboard-0.17.2.ebuild @@ -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() { |