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/geany-plugins | |
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/geany-plugins')
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.38-r410.ebuild | 4 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-2.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/geany-plugins/metadata.xml | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r410.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r410.ebuild index db42ba22be66..72532b531671 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38-r410.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38-r410.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 @@ -39,7 +39,7 @@ DEPEND=" workbench? ( dev-libs/libgit2:= ) " RDEPEND="${DEPEND} - scope? ( sys-devel/gdb ) + scope? ( dev-debug/gdb ) " BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext ) diff --git a/dev-util/geany-plugins/geany-plugins-2.0.ebuild b/dev-util/geany-plugins/geany-plugins-2.0.ebuild index d1ffb9d1c929..5628c21b1083 100644 --- a/dev-util/geany-plugins/geany-plugins-2.0.ebuild +++ b/dev-util/geany-plugins/geany-plugins-2.0.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 @@ -39,7 +39,7 @@ DEPEND=" workbench? ( dev-libs/libgit2:= ) " RDEPEND="${DEPEND} - scope? ( sys-devel/gdb ) + scope? ( dev-debug/gdb ) " BDEPEND="virtual/pkgconfig nls? ( sys-devel/gettext ) diff --git a/dev-util/geany-plugins/metadata.xml b/dev-util/geany-plugins/metadata.xml index 9e62141c276a..28e3e26dec86 100644 --- a/dev-util/geany-plugins/metadata.xml +++ b/dev-util/geany-plugins/metadata.xml @@ -11,7 +11,7 @@ </maintainer> <use> <flag name="ctags">Enable ctags plugin</flag> - <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>sys-devel/gdb</pkg></flag> + <flag name="debugger">Enable the debugger plugin which interfaces with <pkg>dev-debug/gdb</pkg></flag> <flag name="enchant">Enable spell checking using enchant</flag> <flag name="gpg">Enable geanypg plugin which integrates GPG using <pkg>app-crypt/gpgme</pkg></flag> <flag name="gtkspell">Use gtkspell for dictionary support in GeanyVC</flag> |