commit: a3b422bb8f238e832d5978ae33d5658fc58600f4
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 13:38:33 2017 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 13:41:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b422bb
app-doc/doxygen: force emake for 1.8.10,1.8.11, bug #591386
Package-Manager: Portage-2.3.0, Repoman-2.3.1
app-doc/doxygen/doxygen-1.8.10-r1.ebuild | 4 +++-
app-doc/doxygen/doxygen-1.8.11-r2.ebuild | 2 ++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
index 569b03f..0b8f010 100644
--- a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
PYTHON_COMPAT=( python{2_7,3_4} )
+CMAKE_MAKEFILE_GENERATOR="emake" # bug #591386
inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1 qt4-r2
+
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/doxygen/doxygen.git"
diff --git a/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
b/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
index e9f36b3..24687b0 100644
--- a/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
+++ b/app-doc/doxygen/doxygen-1.8.11-r2.ebuild
@@ -5,7 +5,9 @@
EAPI=5
PYTHON_COMPAT=( python{2_7,3_4} )
+CMAKE_MAKEFILE_GENERATOR="emake" # bug #591386
inherit cmake-utils eutils fdo-mime flag-o-matic python-any-r1
+
if [[ ${PV} = *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="git://github.com/doxygen/doxygen.git"