app-doc/doxygen: force emake for 1.8.10,1.8.11, bug #591386
authorMatthias Maier <tamiko@gentoo.org>
Tue, 17 Jan 2017 13:38:33 +0000 (07:38 -0600)
committerMatthias Maier <tamiko@gentoo.org>
Tue, 17 Jan 2017 13:41:00 +0000 (07:41 -0600)
Package-Manager: Portage-2.3.0, Repoman-2.3.1

app-doc/doxygen/doxygen-1.8.10-r1.ebuild
app-doc/doxygen/doxygen-1.8.11-r2.ebuild

index 569b03f29c6ddd70a5fe0b892810fa9db9372e86..0b8f010725c11efcc4665a5256b1f4bf0ed87f71 100644 (file)
@@ -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"
index e9f36b34385fdbc60f6bf8fe7ae3540cf5fd21c3..24687b085ba5ff7a04ea722a7479f086e1591d08 100644 (file)
@@ -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"