From 2587150e04cfb1c75226e216f213c0e94d2fd236 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 17 Jan 2024 11:48:44 -0500 Subject: [PATCH] updates for moving gdb --- .../{pentoo-rce-2023.2.ebuild => pentoo-rce-2024.0.ebuild} | 4 ++-- ...{rfctf-client-2023.2.ebuild => rfctf-client-2024.0.ebuild} | 4 ++-- sys-devel/gdb-dashboard/gdb-dashboard-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) rename pentoo/pentoo-rce/{pentoo-rce-2023.2.ebuild => pentoo-rce-2024.0.ebuild} (93%) rename pentoo/rfctf-client/{rfctf-client-2023.2.ebuild => rfctf-client-2024.0.ebuild} (97%) diff --git a/pentoo/pentoo-rce/pentoo-rce-2023.2.ebuild b/pentoo/pentoo-rce/pentoo-rce-2024.0.ebuild similarity index 93% rename from pentoo/pentoo-rce/pentoo-rce-2023.2.ebuild rename to pentoo/pentoo-rce/pentoo-rce-2024.0.ebuild index d4907afd5..13f9f91fa 100644 --- a/pentoo/pentoo-rce/pentoo-rce-2023.2.ebuild +++ b/pentoo/pentoo-rce/pentoo-rce-2024.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 @@ -12,8 +12,8 @@ KEYWORDS="amd64 arm x86" PDEPEND="hardened? ( sys-apps/paxctl ) app-arch/upx + dev-debug/gdb dev-util/gef - sys-devel/gdb sys-devel/gdb-dashboard amd64? ( || ( diff --git a/pentoo/rfctf-client/rfctf-client-2023.2.ebuild b/pentoo/rfctf-client/rfctf-client-2024.0.ebuild similarity index 97% rename from pentoo/rfctf-client/rfctf-client-2023.2.ebuild rename to pentoo/rfctf-client/rfctf-client-2024.0.ebuild index a72fa4448..c41df0877 100644 --- a/pentoo/rfctf-client/rfctf-client-2023.2.ebuild +++ b/pentoo/rfctf-client/rfctf-client-2024.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 @@ -23,6 +23,7 @@ PDEPEND=" app-admin/sudo app-pda/ifuse app-pda/usbmuxd + dev-debug/gdb sys-apps/fwupd sys-apps/rng-tools sys-apps/watchdog @@ -47,7 +48,6 @@ PDEPEND=" net-misc/autossh net-misc/ntp net-wireless/aircrack-ng - sys-devel/gdb net-ftp/tftp-hpa ) rfctf-sdr? ( diff --git a/sys-devel/gdb-dashboard/gdb-dashboard-9999.ebuild b/sys-devel/gdb-dashboard/gdb-dashboard-9999.ebuild index 5c42029a8..5771829e8 100644 --- a/sys-devel/gdb-dashboard/gdb-dashboard-9999.ebuild +++ b/sys-devel/gdb-dashboard/gdb-dashboard-9999.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 @@ -23,7 +23,7 @@ SLOT="0" RDEPEND=" $(python_gen_cond_dep 'dev-python/pygments[${PYTHON_USEDEP}]') - sys-devel/gdb[python]" + dev-debug/gdb[python]" REQUIRED_USE="${PYTHON_REQUIRED_USE}" pkg_setup() {