Gentoo Archives: gentoo-dev

From: Patrick McLean <chutzpah@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [PATCH v2]
Date: Thu, 26 Mar 2020 23:19:14
Message-Id: 20200326161904.61faeee1@moya.linuxfreak.ca
1 This patch splits the definition of _PYTHON_ALL_IMPLS and
2 _python_impl_supported to a separate eclass, this allows overlays
3 to easily support a different set of python implementations than
4 ::gentoo without having to fork the entire suite of eclasses.
5
6 Changes from previous version (based on feedback on IRC):
7 - add a guard variable to make sure it's being inherited
8 python-utils-r1.eclass

Attachments

File name MIME type
python-utils-r1-split-impls.patch text/x-patch

Replies

Subject Author
Re: [gentoo-dev] [PATCH v2] Mike Gilbert <floppym@g.o>