Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Mon, 09 Sep 2019 18:48:29
Message-Id: 1568054894.0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10.gyakovlev@gentoo
1 commit: 0a3c91cdbdd1c7e4c3038a065dc7d330ec4c4c10
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 9 18:43:48 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 9 18:48:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3c91cd
7
8 net-irc/weechat: sync live ebuild
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 net-irc/weechat/weechat-9999.ebuild | 8 --------
14 1 file changed, 8 deletions(-)
15
16 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
17 index 9ff15b1d86c..024f0d1b0d0 100644
18 --- a/net-irc/weechat/weechat-9999.ebuild
19 +++ b/net-irc/weechat/weechat-9999.ebuild
20 @@ -135,14 +135,6 @@ src_configure() {
21 -DENABLE_XFER=$(usex xfer)
22 )
23
24 - if use python; then
25 - python_export PYTHON_LIBPATH
26 - mycmakeargs+=(
27 - -DPYTHON_EXECUTABLE="${PYTHON}"
28 - -DPYTHON_LIBRARY="${PYTHON_LIBPATH}"
29 - )
30 - fi
31 -
32 cmake-utils_src_configure
33 }