commit: 889ec5167e1d6c8e00a07037bdda6b235340f2ed
Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 27 20:05:59 2016 +0000
Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
CommitDate: Mon Jun 27 20:06:05 2016 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=889ec516
eclass: mate.eclass fix typo from _PYTHON_r1 to _PYTHON_R1
eclass/mate.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/mate.eclass b/eclass/mate.eclass
index 9259634..6e31a46 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} ]]; then
die "This function requires the inheritence of the python-r1
eclass"
fi
if use python; then