Merge pull request #2395 from pentoo/updates20250616

frida: allow portage to automatically fix this
This commit is contained in:
github-actions[bot] 2025-06-16 13:20:35 +00:00 committed by GitHub
commit ef9906789c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 12 deletions

View file

@ -37,10 +37,10 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="~dev-libs/frida-core-${PV}
dev-python/typing-extensions[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}
!!dev-python/frida
"
dev-python/typing-extensions[${PYTHON_USEDEP}]
!dev-python/frida"
DEPEND="${PYTHON_DEPS}"
BDEPEND="app-arch/unzip"
# The QA_WX error is due to frida-core pre-build lib

View file

@ -19,10 +19,9 @@ SLOT="0"
KEYWORDS="amd64 ~arm64 x86"
RDEPEND="~dev-libs/frida-core-${PV}
dev-python/typing-extensions[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}
!!dev-python/frida-bin
"
dev-python/typing-extensions[${PYTHON_USEDEP}]
!dev-python/frida-bin"
DEPEND="${PYTHON_DEPS}"
# The QA_WX error is due to frida-core pre-build lib
QA_PREBUILT="usr/lib/python*/site-packages/_frida.abi3.so"

View file

@ -38,10 +38,9 @@ SLOT="0"
#KEYWORDS="amd64 ~arm64 x86"
RDEPEND="~dev-libs/frida-core-${PV}
dev-python/typing-extensions[${PYTHON_USEDEP}]"
DEPEND="${PYTHON_DEPS}
!!dev-python/frida-bin
"
dev-python/typing-extensions[${PYTHON_USEDEP}]
!dev-python/frida-bin"
DEPEND="${PYTHON_DEPS}"
# The QA_WX error is due to frida-core pre-build lib
QA_PREBUILT="usr/lib/python*/site-packages/_frida.abi3.so"