pentoo-mobile: temporarily drop usbmuxd

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-12-04 23:16:08 -05:00
parent 18e1379398
commit 8fc3996fe9
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DESCRIPTION="Pentoo mobile meta ebuild"
HOMEPAGE="https://www.pentoo.org"
@ -17,6 +17,9 @@ KEYWORDS="~amd64 ~x86"
#https://github.com/JesusFreke/smali
#dev-util/qark
#temporarily removed due to impossible deps
#app-pda/usbmuxd
PDEPEND="dev-util/frida-tools
pentoo-full? (
dev-util/dwarf-debugger
@ -36,6 +39,5 @@ PDEPEND="dev-util/frida-tools
ios? (
app-pda/ideviceinstaller
app-pda/ifuse
app-pda/usbmuxd
pentoo-full? ( sys-devel/clang )
)"