diff options
author | 2016-06-27 16:05:59 -0400 | |
---|---|---|
committer | 2016-06-27 16:06:05 -0400 | |
commit | 889ec5167e1d6c8e00a07037bdda6b235340f2ed (patch) | |
tree | 713e551ea8fbf42f5ff3b98ed97326d009835336 | |
parent | mate-base/libmatekbd: Turn on introspection by default (diff) | |
download | gentoo-mate-889ec5167e1d6c8e00a07037bdda6b235340f2ed.tar.gz gentoo-mate-889ec5167e1d6c8e00a07037bdda6b235340f2ed.tar.bz2 gentoo-mate-889ec5167e1d6c8e00a07037bdda6b235340f2ed.zip |
eclass: mate.eclass fix typo from _PYTHON_r1 to _PYTHON_R1
-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 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 |