summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-12 20:23:49 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 10:42:32 +0100
commit7b205f67aa1e81d5665d2d88132ee9ce195f852a (patch)
tree1ede02f153b083fafce941f24f5a07ef7322b4c5 /sys-devel/dwz
parentprofiles/categories: Add dev-{build,debug} (diff)
downloadgentoo-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 'sys-devel/dwz')
-rw-r--r--sys-devel/dwz/dwz-0.14.ebuild4
-rw-r--r--sys-devel/dwz/dwz-0.15-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
index 4ad7ab103878..8879c51bc69e 100644
--- a/sys-devel/dwz/dwz-0.14.ebuild
+++ b/sys-devel/dwz/dwz-0.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}"
BDEPEND="test? (
dev-libs/elfutils[utils]
dev-util/dejagnu
- sys-devel/gdb
+ dev-debug/gdb
)"
src_prepare() {
diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 51035e7330d4..a463f143326f 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.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
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
BDEPEND="test? (
dev-libs/elfutils[utils]
dev-util/dejagnu
- sys-devel/gdb
+ dev-debug/gdb
)"
src_prepare() {