dev-python/pysvn: Fix 1.9.15 cross-compilation

Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
This commit is contained in:
Sebastian Pipping
2021-08-03 15:57:34 +02:00
parent 285f1f1ad7
commit 64cc33f490

View File

@@ -31,15 +31,13 @@ python_prepare_all() {
python_configure() {
cd Source || die
# all config options from 1.7.6 are all already set
esetup.py configure
CC="$(tc-getCC)" CCC="$(tc-getCXX)" \
esetup.py configure
}
python_compile() {
cd Source || die
emake \
CC="$(tc-getCC)" \
CCC="$(tc-getCXX)"
emake
}
python_test() {