commit: eb759936aa722417c3f307ee4ce5c5382a9390f2
Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 8 18:47:14 2016 +0000
Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Mon Aug 8 19:26:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb759936
net-irc/weechat: explicitly set makefile generator for cmake
Fixes bug #558578.
net-irc/weechat/weechat-1.4-r1.ebuild | 1 +
net-irc/weechat/weechat-1.5.ebuild | 1 +
net-irc/weechat/weechat-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/net-irc/weechat/weechat-1.4-r1.ebuild
b/net-irc/weechat/weechat-1.4-r1.ebuild
index 46fb7c2..d9b4d44 100644
--- a/net-irc/weechat/weechat-1.4-r1.ebuild
+++ b/net-irc/weechat/weechat-1.4-r1.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+CMAKE_MAKEFILE_GENERATOR=emake
inherit eutils python-single-r1 multilib cmake-utils
if [[ ${PV} == "9999" ]] ; then
diff --git a/net-irc/weechat/weechat-1.5.ebuild
b/net-irc/weechat/weechat-1.5.ebuild
index 6c4d473..35a7165 100644
--- a/net-irc/weechat/weechat-1.5.ebuild
+++ b/net-irc/weechat/weechat-1.5.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+CMAKE_MAKEFILE_GENERATOR=emake
inherit eutils python-single-r1 multilib cmake-utils
if [[ ${PV} == "9999" ]] ; then
diff --git a/net-irc/weechat/weechat-9999.ebuild
b/net-irc/weechat/weechat-9999.ebuild
index 2c9d55e..f327184 100644
--- a/net-irc/weechat/weechat-9999.ebuild
+++ b/net-irc/weechat/weechat-9999.ebuild
@@ -4,6 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
+CMAKE_MAKEFILE_GENERATOR=emake
inherit eutils python-single-r1 multilib cmake-utils
if [[ ${PV} == "9999" ]] ; then