diff options
author | ILMostro <ilmostro7@gmail.com> | 2018-10-21 22:16:47 -0500 |
---|---|---|
committer | ILMostro <ilmostro7@gmail.com> | 2018-10-21 22:16:47 -0500 |
commit | 6a7f25f177fc659235c9400f397c52fd60019f02 (patch) | |
tree | d0c27e70019faf4125cc4dd4732378ec67663565 | |
parent | net-irc/weechat: version bump (diff) | |
download | ag-ops-6a7f25f177fc659235c9400f397c52fd60019f02.tar.gz ag-ops-6a7f25f177fc659235c9400f397c52fd60019f02.tar.bz2 ag-ops-6a7f25f177fc659235c9400f397c52fd60019f02.zip |
net-irc/weechat: typo regarding python compat
-rw-r--r-- | net-irc/weechat/weechat-2.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |