Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/weechat/
Date: Fri, 14 Aug 2020 23:22:32
Message-Id: 1597447293.12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4.asturm@gentoo
1 commit: 12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 3 21:25:49 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 14 23:21:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b380dd
7
8 net-irc/weechat: Drop superfluous calls to python_is_python3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 net-irc/weechat/weechat-2.8.ebuild | 5 -----
13 net-irc/weechat/weechat-2.9.ebuild | 5 -----
14 net-irc/weechat/weechat-9999.ebuild | 5 -----
15 3 files changed, 15 deletions(-)
16
17 diff --git a/net-irc/weechat/weechat-2.8.ebuild b/net-irc/weechat/weechat-2.8.ebuild
18 index e7f1ef5f734..115554943a0 100644
19 --- a/net-irc/weechat/weechat-2.8.ebuild
20 +++ b/net-irc/weechat/weechat-2.8.ebuild
21 @@ -135,11 +135,6 @@ src_configure() {
22 -DENABLE_TRIGGER=$(usex trigger)
23 -DENABLE_XFER=$(usex xfer)
24 )
25 -
26 - if use python; then
27 - python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON )
28 - fi
29 -
30 cmake-utils_src_configure
31 }
32
33
34 diff --git a/net-irc/weechat/weechat-2.9.ebuild b/net-irc/weechat/weechat-2.9.ebuild
35 index 67d3040920c..7ea49b6dc65 100644
36 --- a/net-irc/weechat/weechat-2.9.ebuild
37 +++ b/net-irc/weechat/weechat-2.9.ebuild
38 @@ -134,11 +134,6 @@ src_configure() {
39 -DENABLE_TRIGGER=$(usex trigger)
40 -DENABLE_XFER=$(usex xfer)
41 )
42 -
43 - if use python; then
44 - python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON )
45 - fi
46 -
47 cmake_src_configure
48 }
49
50
51 diff --git a/net-irc/weechat/weechat-9999.ebuild b/net-irc/weechat/weechat-9999.ebuild
52 index 67d3040920c..7ea49b6dc65 100644
53 --- a/net-irc/weechat/weechat-9999.ebuild
54 +++ b/net-irc/weechat/weechat-9999.ebuild
55 @@ -134,11 +134,6 @@ src_configure() {
56 -DENABLE_TRIGGER=$(usex trigger)
57 -DENABLE_XFER=$(usex xfer)
58 )
59 -
60 - if use python; then
61 - python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON )
62 - fi
63 -
64 cmake_src_configure
65 }