Gentoo Archives: gentoo-commits

From: ILMostro <ilmostro7@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/ag-ops:master commit in: net-irc/weechat/
Date: Mon, 22 Oct 2018 03:16:59
Message-Id: 1540178207.6a7f25f177fc659235c9400f397c52fd60019f02.ILMostro@gentoo
1 commit: 6a7f25f177fc659235c9400f397c52fd60019f02
2 Author: ILMostro <ilmostro7 <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 22 03:16:47 2018 +0000
4 Commit: ILMostro <ilmostro7 <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 22 03:16:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/user/ag-ops.git/commit/?id=6a7f25f1
7
8 net-irc/weechat: typo regarding python compat
9
10 net-irc/weechat/weechat-2.3-r2.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/net-irc/weechat/weechat-2.3-r2.ebuild b/net-irc/weechat/weechat-2.3-r2.ebuild
14 index 43661e9..3958478 100644
15 --- a/net-irc/weechat/weechat-2.3-r2.ebuild
16 +++ b/net-irc/weechat/weechat-2.3-r2.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python{2_7,,3_5,3_6} )
22 +PYTHON_COMPAT=( python{2_7,3_5,3_6} )
23 CMAKE_MAKEFILE_GENERATOR=emake
24 inherit python-single-r1 cmake-utils