mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
Revert "dev-python/gst-python: Adopt to changes in general python handling"
This reverts commit 3e0c77ac81.
This commit is contained in:
@@ -38,14 +38,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() {
|
||||
|
||||
Reference in New Issue
Block a user