dev-libs/olm: Revbump for PEP517 and other QA

Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
Nils Freydank 2022-11-22 22:38:14 +01:00
parent 44b46dacb4
commit 289e67358d
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112

View File

@ -3,6 +3,7 @@
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..11} )
inherit cmake distutils-r1
@ -45,7 +46,7 @@ src_configure() {
fi
}
src_compile(){
src_compile() {
cmake_src_compile
if use python; then