Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Cc: William Hubbs <williamh@g.o>
Subject: Re: [gentoo-dev] [PATCH 1/1] python.eclass: add PYTHON_COMPAT_ALLOW_EXTRA_IMPLS
Date: Thu, 26 Mar 2020 19:38:07
Message-Id: CAJ0EP40qAFNxe6G7WurzmtiYd3f1fY7hnPnWOSzGM07cxs-c1g@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 1/1] python.eclass: add PYTHON_COMPAT_ALLOW_EXTRA_IMPLS by William Hubbs
1 On Thu, Mar 26, 2020 at 3:13 PM William Hubbs <williamh@g.o> wrote:
2 >
3 > This variable is meant to be set in downstream overlays when they need python
4 > implementations other than the ones we support in the tree.
5 > It should be a space-separated list of extra implementations.
6
7 This new variable should be documented in the eclass, along with a
8 note that its use is unsupported for general use.
9
10 Do you intend this variable to be set in profiles or make.conf? In
11 either case, I don't think you can use bash arrays. Also, you're
12 mixing scalar and array variable syntax in your patch.

Replies