summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/weechat')
-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
}