summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-03 23:25:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-15 01:21:33 +0200
commit12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4 (patch)
treeb03e93efd40a77bd039924f2c66056de0184b8d4 /net-irc
parentnet-irc/limnoria: Drop superfluous calls to python_is_python3 (diff)
downloadgentoo-12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4.tar.gz
gentoo-12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4.tar.bz2
gentoo-12b380dd1bf3249af1dd4b4f3df66dd91e65d0f4.zip
net-irc/weechat: Drop superfluous calls to python_is_python3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/weechat/weechat-2.8.ebuild5
-rw-r--r--net-irc/weechat/weechat-2.9.ebuild5
-rw-r--r--net-irc/weechat/weechat-9999.ebuild5
3 files changed, 0 insertions, 15 deletions
diff --git a/net-irc/weechat/weechat-2.8.ebuild b/net-irc/weechat/weechat-2.8.ebuild
index e7f1ef5f7341..115554943a06 100644
--- a/net-irc/weechat/weechat-2.8.ebuild
+++ b/net-irc/weechat/weechat-2.8.ebuild
@@ -135,11 +135,6 @@ src_configure() {
-DENABLE_TRIGGER=$(usex trigger)
-DENABLE_XFER=$(usex xfer)
)
-
- if use python; then
- python_is_python3 || mycmakeargs+=( -DENABLE_PYTHON2=ON )
- fi
-
cmake-utils_src_configure
}
diff --git a/net-irc/weechat/weechat-2.9.ebuild b/net-irc/weechat/weechat-2.9.ebuild
index 67d3040920c8..7ea49b6dc653 100644
--- a/net-irc/weechat/weechat-2.9.ebuild
+++ b/net-irc/weechat/weechat-2.9.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
}
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
}