mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-21 22:30:59 +02:00
pentoo-mobile: re-add usbmuxd
This commit is contained in:
parent
8fc3996fe9
commit
b4254c60fd
4 changed files with 6 additions and 5 deletions
|
|
@ -18,8 +18,6 @@ KEYWORDS="~amd64 ~x86"
|
|||
|
||||
#dev-util/qark
|
||||
|
||||
#temporarily removed due to impossible deps
|
||||
#app-pda/usbmuxd
|
||||
PDEPEND="dev-util/frida-tools
|
||||
pentoo-full? (
|
||||
dev-util/dwarf-debugger
|
||||
|
|
@ -39,5 +37,6 @@ PDEPEND="dev-util/frida-tools
|
|||
ios? (
|
||||
app-pda/ideviceinstaller
|
||||
app-pda/ifuse
|
||||
app-pda/usbmuxd
|
||||
pentoo-full? ( sys-devel/clang )
|
||||
)"
|
||||
|
|
@ -178,9 +178,8 @@ dev-lang/lua:0
|
|||
#https://github.com/systemd/systemd/issues/22801
|
||||
<sys-apps/systemd-utils-252.5
|
||||
|
||||
# https://bugs.gentoo.org/897934
|
||||
# [TRACKER] Breakage with >=dev-python/cython-3
|
||||
# >dev-python/cython-3.0.0
|
||||
# Force upgrade of cython
|
||||
<dev-python/cython-3.0.0
|
||||
|
||||
# Force upgrade of libimobiledevice/usbmuxd
|
||||
<app-pda/libimobiledevice-1.3.0-r3
|
||||
|
|
|
|||
2
profiles/pentoo/base/package.use/app-pda
Normal file
2
profiles/pentoo/base/package.use/app-pda
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# https://bugs.gentoo.org/898666
|
||||
app-pda/libimobiledevice -python
|
||||
1
profiles/pentoo/overlay/package.use/app-pda
Symbolic link
1
profiles/pentoo/overlay/package.use/app-pda
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../base/package.use/app-pda
|
||||
Loading…
Reference in a new issue