frida-bin: add blocker

This commit is contained in:
Anton Bolshakov 2025-06-08 08:54:37 +08:00
parent 3a04d82a22
commit f7755f47dc
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 6 additions and 4 deletions

View file

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

View file

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