diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-07-23 21:19:40 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-07-24 19:49:44 +0200 |
commit | 0de2f3288d94a78711fe4d5d23ebbc4b40d739aa (patch) | |
tree | e9c966e651a3c475e8ebc990405d04a9917cf664 /eclass/python-utils-r1.eclass | |
parent | eutils.eclass: Add @DEPRECATED tag (diff) | |
download | gentoo-0de2f3288d94a78711fe4d5d23ebbc4b40d739aa.tar.gz gentoo-0de2f3288d94a78711fe4d5d23ebbc4b40d739aa.tar.bz2 gentoo-0de2f3288d94a78711fe4d5d23ebbc4b40d739aa.zip |
python*-r1.eclass: Add missing inherit for eqawarn
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/python-utils-r1.eclass')
-rw-r--r-- | eclass/python-utils-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass index e54f943f94f6..b793a1f13e0f 100644 --- a/eclass/python-utils-r1.eclass +++ b/eclass/python-utils-r1.eclass @@ -35,6 +35,7 @@ fi if [[ ! ${_PYTHON_UTILS_R1} ]]; then [[ ${EAPI} == [67] ]] && inherit eapi8-dosym +[[ ${EAPI} == 6 ]] && inherit eqawarn inherit multiprocessing toolchain-funcs # @ECLASS_VARIABLE: _PYTHON_ALL_IMPLS |