Merge pull request #2381 from blshkv/master

frida-bin
This commit is contained in:
github-actions[bot] 2025-06-08 00:57:31 +00:00 committed by GitHub
commit ab87dca43b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"