From cfc375c4741404650cb32fee6bf98355413b9ce9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 10 Nov 2020 23:29:00 +0000 Subject: dev-libs/capstone: allow python-3.9 While at it respect user's RANLIB. Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich --- dev-libs/capstone/capstone-4.0.2-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dev-libs/capstone') diff --git a/dev-libs/capstone/capstone-4.0.2-r2.ebuild b/dev-libs/capstone/capstone-4.0.2-r2.ebuild index 09477aff2a6e..dbebb9fd25b4 100644 --- a/dev-libs/capstone/capstone-4.0.2-r2.ebuild +++ b/dev-libs/capstone/capstone-4.0.2-r2.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python{3_6,3_7,3_8} ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} ) inherit cmake distutils-r1 toolchain-funcs @@ -48,6 +48,7 @@ wrap_python() { } src_prepare() { + tc-export RANLIB cmake_src_prepare wrap_python ${FUNCNAME} -- cgit v1.2.3-65-gdbad