commit: 64cc33f4904a5582464ef9de9a0faad2aee0e0ce
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 13:57:34 2021 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 13:57:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cc33f4
dev-python/pysvn: Fix 1.9.15 cross-compilation
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3
dev-python/pysvn/pysvn-1.9.15.ebuild | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-python/pysvn/pysvn-1.9.15.ebuild
b/dev-python/pysvn/pysvn-1.9.15.ebuild
index 9e8fecfbe0e..2944d5593d6 100644
--- a/dev-python/pysvn/pysvn-1.9.15.ebuild
+++ b/dev-python/pysvn/pysvn-1.9.15.ebuild
@@ -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() {