diff options
Diffstat (limited to 'net-irc/weechat/weechat-9999.ebuild')
-rw-r--r-- | net-irc/weechat/weechat-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index 67d3040920c8..7ea49b6dc653 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -134,11 +134,6 @@ src_configure() { -DENABLE_TRIGGER=$(usex trigger) -DENABLE_XFER=$(usex xfer) ) - - if use python; then - python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON ) - fi - cmake_src_configure } |