From b120adbc8480df3eaac7e025fdab229dceeca1c0 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Mon, 5 Dec 2022 10:50:13 +0800 Subject: [PATCH] frida-python: fix https://github.com/pentoo/pentoo-overlay/issues/1408 --- ...rida-python-16.0.4.ebuild => frida-python-16.0.4-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) rename dev-python/frida-python/{frida-python-16.0.4.ebuild => frida-python-16.0.4-r1.ebuild} (84%) diff --git a/dev-python/frida-python/frida-python-16.0.4.ebuild b/dev-python/frida-python/frida-python-16.0.4-r1.ebuild similarity index 84% rename from dev-python/frida-python/frida-python-16.0.4.ebuild rename to dev-python/frida-python/frida-python-16.0.4-r1.ebuild index 362258e68..975621c96 100644 --- a/dev-python/frida-python/frida-python-16.0.4.ebuild +++ b/dev-python/frida-python/frida-python-16.0.4-r1.ebuild @@ -20,6 +20,9 @@ KEYWORDS="amd64 ~arm64 x86" RDEPEND="dev-libs/frida-core" 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" + S="${WORKDIR}/${MY_PN}-${PV}" python_compile() {