* [gentoo-commits] repo/gentoo:python-soabi-cleanup commit in: gnome-extra/gnome-builder/
@ 2015-11-08 9:08 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2015-11-08 9:08 UTC (permalink / raw
To: gentoo-commits
commit: d94d9604952592880da6eaad4307de69065f04d9
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: Sun Nov 8 09:04:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94d9604
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.*.
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:python-soabi-cleanup commit in: gnome-extra/gnome-builder/
@ 2015-11-10 17:53 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2015-11-10 17:53 UTC (permalink / raw
To: gentoo-commits
commit: d01be06c52a89ac5e4e63db3a85228a1816fbf66
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: Tue Nov 10 17:40:49 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01be06c
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.*.
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-11-10 17:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-08 9:08 [gentoo-commits] repo/gentoo:python-soabi-cleanup commit in: gnome-extra/gnome-builder/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2015-11-10 17:53 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox