mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user