Revert "dev-python/gst-python: Adopt to changes in general python handling"

This reverts commit 3e0c77ac81.
This commit is contained in:
Justin Lecher
2015-12-11 09:09:41 +01:00
parent 4c4e476263
commit 9de12ed3a8
4 changed files with 4 additions and 28 deletions

View File

@@ -34,14 +34,8 @@ src_prepare() {
python_foreach_impl prepare_gst
}
myeconf() {
local flag
flag="$(${PYTHON} -c 'import sysconfig; print(sysconfig.get_config_var("ABIFLAGS") or "")')"
PYTHON="${EPYTHON}${flag}" econf
}
src_configure() {
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir econf
}
src_compile() {