From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:python-soabi-cleanup commit in: gnome-extra/gnome-builder/
Date: Tue, 10 Nov 2015 17:53:30 +0000 (UTC) [thread overview]
Message-ID: <1447177249.d01be06c52a89ac5e4e63db3a85228a1816fbf66.mgorny@gentoo> (raw)
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() {
next reply other threads:[~2015-11-10 17:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 17:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-11-08 9:08 [gentoo-commits] repo/gentoo:python-soabi-cleanup commit in: gnome-extra/gnome-builder/ Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447177249.d01be06c52a89ac5e4e63db3a85228a1816fbf66.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox