Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 05 Nov 2016 22:33:06
Message-Id: 1478384915.afc733af60b2e6436109c5aa6503b12ae80589a4.slyfox@gentoo
1 commit: afc733af60b2e6436109c5aa6503b12ae80589a4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 22:28:00 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 22:28:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afc733af
7
8 python-single-r1.eclass: drop stray '}' in example docstring
9
10 eclass/python-single-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
14 index 9e80866..1610281 100644
15 --- a/eclass/python-single-r1.eclass
16 +++ b/eclass/python-single-r1.eclass
17 @@ -88,7 +88,7 @@ if [[ ! ${_PYTHON_SINGLE_R1} ]]; then
18 #
19 # Example:
20 # @CODE
21 -# PYTHON_COMPAT=( python2_7 python3_3 python3_4} )
22 +# PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
23 # @CODE
24 #
25 # Please note that you can also use bash brace expansion if you like: