Fix gdb dependency in ebuilds

Signed-off-by: ormorph <roma251078@mail.ru>
pull/349/head
ormorph 4 months ago
parent 7675aea286
commit eac9cdd5fb
No known key found for this signature in database
GPG Key ID: 30407D7656623DFD

@ -16,7 +16,7 @@ if [[ ${PV} != *9999* ]] ; then
fi
IUSE="+hwlib"
RDEPEND="sys-devel/gdb"
RDEPEND="dev-debug/gdb"
src_configure() {
local mycmakeargs=(

@ -16,7 +16,7 @@ if [[ ${PV} != *9999* ]] ; then
fi
IUSE="+hwlib"
RDEPEND="sys-devel/gdb"
RDEPEND="dev-debug/gdb"
src_prepare() {
eapply "${FILESDIR}/tdebase-strlcpy.patch"

@ -16,7 +16,7 @@ if [[ ${PV} != *9999* ]] ; then
fi
IUSE="+hwlib"
RDEPEND="sys-devel/gdb"
RDEPEND="dev-debug/gdb"
src_configure() {
local mycmakeargs=(

Loading…
Cancel
Save