From: Georgy Yakovlev Date: Fri, 13 Dec 2019 23:31:10 +0000 (-0800) Subject: net-irc/weechat: sync live ebuild X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31844467ba2285c252928e7cc6f95ae219ac0b09;p=gentoo.git net-irc/weechat: sync live ebuild Package-Manager: Portage-2.3.79, Repoman-2.3.17 Signed-off-by: Georgy Yakovlev --- diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild index f7a938e7645d..545aee9eafe2 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -51,6 +51,7 @@ DEPEND="${RDEPEND} " BDEPEND=" + virtual/pkgconfig doc? ( >=dev-ruby/asciidoctor-1.5.4 ) man? ( >=dev-ruby/asciidoctor-1.5.4 ) nls? ( >=sys-devel/gettext-0.15 ) @@ -135,6 +136,10 @@ src_configure() { -DENABLE_XFER=$(usex xfer) ) + if use python; then + python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON ) + fi + cmake-utils_src_configure }