commit: c7a174af449ecf4e84c51e8acfdc1811c4f1f69e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 8 09:01:57 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 11 10:22:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7a174af
gnome-extra/gnome-builder: Obtain python-config path from the eclass
Use the new python_get_PYTHON_CONFIG API to obtain the path to
python-config rather than hardcoding it as ${PYTHON}-config. This
forward-fixes compatibility with ABIFLAGS-enabled Python 3.*.
gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
index f6e2674..8fd9e13 100644
--- a/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
+++ b/gnome-extra/gnome-builder/gnome-builder-3.16.3.ebuild
@@ -49,7 +49,7 @@ src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable introspection) \
- PYTHON3_CONFIG=${PYTHON}-config
+ PYTHON3_CONFIG="$(python_get_PYTHON_CONFIG)"
}
src_test() {