Gentoo Archives: gentoo-commits

From: NP Hardass <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-mate:master commit in: eclass/
Date: Mon, 27 Jun 2016 20:08:49
Message-Id: 1467057965.889ec5167e1d6c8e00a07037bdda6b235340f2ed.np-hardass@gentoo
1 commit: 889ec5167e1d6c8e00a07037bdda6b235340f2ed
2 Author: NP-Hardass <NP-Hardass <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 27 20:05:59 2016 +0000
4 Commit: NP Hardass <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 27 20:06:05 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=889ec516
7
8 eclass: mate.eclass fix typo from _PYTHON_r1 to _PYTHON_R1
9
10 eclass/mate.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/mate.eclass b/eclass/mate.eclass
14 index 9259634..6e31a46 100644
15 --- a/eclass/mate.eclass
16 +++ b/eclass/mate.eclass
17 @@ -45,7 +45,7 @@ DEPEND=">=mate-base/mate-common-${MATE_BRANCH}"
18 # This function should only be used if the ebuild also inherits the
19 # python-r1 eclass
20 mate_py_cond_func_wrap() {
21 - if [[ ! ${_PYTHON_r1} ]]; then
22 + if [[ ! ${_PYTHON_R1} ]]; then
23 die "This function requires the inheritence of the python-r1 eclass"
24 fi
25 if use python; then