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:05
Message-Id: 1478384910.6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.slyfox@gentoo
1 commit: 6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 22:27:18 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 22:28:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0bb235
7
8 python-r1.eclass: drop stray '}' in example docstring
9
10 eclass/python-r1.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
14 index 6106577..a117a5a 100644
15 --- a/eclass/python-r1.eclass
16 +++ b/eclass/python-r1.eclass
17 @@ -75,7 +75,7 @@ inherit multibuild python-utils-r1
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: