mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
dev-python/gst-python: Adopt to changes in general python handling
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567902 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -34,8 +34,14 @@ 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 econf
|
||||
ECONF_SOURCE="${S}" python_foreach_impl run_in_build_dir myeconf
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user