mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-15 20:55:18 +01:00
commit
ab87dca43b
2 changed files with 6 additions and 4 deletions
|
|
@ -38,7 +38,9 @@ KEYWORDS="amd64 ~arm64 x86"
|
|||
|
||||
RDEPEND="~dev-libs/frida-core-${PV}
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]"
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
!!dev-python/frida
|
||||
"
|
||||
BDEPEND="app-arch/unzip"
|
||||
|
||||
# The QA_WX error is due to frida-core pre-build lib
|
||||
|
|
|
|||
|
|
@ -9,8 +9,6 @@ PYTHON_COMPAT=( python3_{11..13} )
|
|||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
#MY_PN="frida"
|
||||
|
||||
FRIDA_VER="20250512"
|
||||
|
||||
DESCRIPTION="Dynamic instrumentation toolkit for reverse-engineers and security researchers"
|
||||
|
|
@ -41,7 +39,9 @@ SLOT="0"
|
|||
|
||||
RDEPEND="~dev-libs/frida-core-${PV}
|
||||
dev-python/typing-extensions[${PYTHON_USEDEP}]"
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
!!dev-python/frida-bin
|
||||
"
|
||||
|
||||
# The QA_WX error is due to frida-core pre-build lib
|
||||
QA_PREBUILT="usr/lib/python*/site-packages/_frida.abi3.so"
|
||||
|
|
|
|||
Loading…
Reference in a new issue