Fix gdb dependency in ebuilds

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit eac9cdd5fb)
r14.1.x
ormorph 10 months ago committed by Slávek Banko
parent c03cdbff6d
commit ca22109ba9
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -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