From: Mike Gilbert <floppym@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Cc: williamh@gentoo.org, chewi@gentoo.org, Mike Gilbert <floppym@gentoo.org>
Subject: [gentoo-dev] [PATCH 1/3] meson.eclass: use python eselect module in _meson_env_array
Date: Thu, 17 Dec 2020 16:30:06 -0500 [thread overview]
Message-ID: <20201217213008.1831469-1-floppym@gentoo.org> (raw)
Closes: https://bugs.gentoo.org/759433
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
---
eclass/meson.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/meson.eclass b/eclass/meson.eclass
index 21338280df33..6296f1dd26e5 100644
--- a/eclass/meson.eclass
+++ b/eclass/meson.eclass
@@ -126,7 +126,8 @@ EOF
# '--unicode-16=𐐷', '--unicode-32=𐤅']
#
_meson_env_array() {
- python -c "${__MESON_ARRAY_PARSER}" "$@"
+ local python="$(eselect python show)"
+ ${python} -c "${__MESON_ARRAY_PARSER}" "$@"
}
# @FUNCTION: _meson_get_machine_info
--
2.30.0.rc0
next reply other threads:[~2020-12-17 21:30 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-17 21:30 Mike Gilbert [this message]
2020-12-17 21:30 ` [gentoo-dev] [PATCH 2/3] meson.eclass: make meson_env_array public Mike Gilbert
2020-12-17 21:30 ` [gentoo-dev] [PATCH 3/3] app-emulation/gallium-nine-standalone: update meson_env_array refereneces Mike Gilbert
2020-12-17 21:44 ` [gentoo-dev] [PATCH 1/3] meson.eclass: use python eselect module in _meson_env_array Michał Górny
2020-12-17 21:50 ` Mike Gilbert
2020-12-17 21:58 ` Michał Górny
2020-12-20 19:13 ` William Hubbs
2020-12-20 21:54 ` Mike Gilbert
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=20201217213008.1831469-1-floppym@gentoo.org \
--to=floppym@gentoo.org \
--cc=chewi@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
--cc=williamh@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