mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
frida-python: QA_ fix regexp so it works
This commit is contained in:
parent
7cb907a533
commit
f4493cec40
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
|
|||
|
||||
PATCHES=( "${FILESDIR}/frida-offline.patch" )
|
||||
|
||||
QA_FLAGS_IGNORED="usr/lib*/python*/site-packages/_frida*.so"
|
||||
QA_FLAGS_IGNORED="usr/lib.*/python.*/site-packages/_frida.*\.so"
|
||||
|
||||
src_prepare(){
|
||||
#copy symlinks to homedir for offline installation
|
||||
|
|
|
|||
Loading…
Reference in a new issue