commit: 6a7f25f177fc659235c9400f397c52fd60019f02
Author: ILMostro <ilmostro7 <AT> gmail <DOT> com>
AuthorDate: Mon Oct 22 03:16:47 2018 +0000
Commit: ILMostro <ilmostro7 <AT> gmail <DOT> com>
CommitDate: Mon Oct 22 03:16:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/user/ag-ops.git/commit/?id=6a7f25f1
net-irc/weechat: typo regarding python compat
net-irc/weechat/weechat-2.3-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-irc/weechat/weechat-2.3-r2.ebuild
b/net-irc/weechat/weechat-2.3-r2.ebuild
index 43661e9..3958478 100644
--- a/net-irc/weechat/weechat-2.3-r2.ebuild
+++ b/net-irc/weechat/weechat-2.3-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,,3_5,3_6} )
+PYTHON_COMPAT=( python{2_7,3_5,3_6} )
CMAKE_MAKEFILE_GENERATOR=emake
inherit python-single-r1 cmake-utils