mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
updates for moving gdb
This commit is contained in:
parent
bd8ba48fac
commit
2587150e04
3 changed files with 6 additions and 6 deletions
|
|
@ -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? ( ||
|
||||
(
|
||||
|
|
@ -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? (
|
||||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue