From: Georgy Yakovlev Date: Mon, 9 Sep 2019 18:43:48 +0000 (-0700) Subject: net-irc/weechat: sync live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10;p=gentoo.git net-irc/weechat: sync live ebuild Package-Manager: Portage-2.3.75, 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 9ff15b1d86c5..024f0d1b0d09 100644 --- a/net-irc/weechat/weechat-9999.ebuild +++ b/net-irc/weechat/weechat-9999.ebuild @@ -135,14 +135,6 @@ src_configure() { -DENABLE_XFER=$(usex xfer) ) - if use python; then - python_export PYTHON_LIBPATH - mycmakeargs+=( - -DPYTHON_EXECUTABLE="${PYTHON}" - -DPYTHON_LIBRARY="${PYTHON_LIBPATH}" - ) - fi - cmake-utils_src_configure }