diff options
author | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-12-27 17:30:06 +0100 |
commit | 2635b8f8c88920073a64c80704f281b919e74e51 (patch) | |
tree | 21f6af9ad694fc55066db6f9cf95e6880594b437 /eclass/mate.eclass | |
parent | python-any-r1.eclass: drop EAPI 6 support (diff) | |
download | gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.gz gentoo-2635b8f8c88920073a64c80704f281b919e74e51.tar.bz2 gentoo-2635b8f8c88920073a64c80704f281b919e74e51.zip |
python-r1.eclass: drop EAPI 6 support
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/mate.eclass')
-rw-r--r-- | eclass/mate.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mate.eclass b/eclass/mate.eclass index 66b4cf446249..c1886648140e 100644 --- a/eclass/mate.eclass +++ b/eclass/mate.eclass @@ -45,7 +45,7 @@ DEPEND=">=mate-base/mate-common-${MATE_BRANCH}" # This function should only be used if the ebuild also inherits the # python-r1 eclass mate_py_cond_func_wrap() { - if [[ ! ${_PYTHON_R1} ]]; then + if [[ ! ${_PYTHON_R1_ECLASS} ]]; then die "This function requires the inheritence of the python-r1 eclass" fi if use python; then |