From 6a7f25f177fc659235c9400f397c52fd60019f02 Mon Sep 17 00:00:00 2001 From: ILMostro Date: Sun, 21 Oct 2018 22:16:47 -0500 Subject: 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 -- cgit v1.2.3-65-gdbad