summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-01-17 07:38:33 -0600
committerMatthias Maier <tamiko@gentoo.org>2017-01-17 07:41:00 -0600
commita3b422bb8f238e832d5978ae33d5658fc58600f4 (patch)
treea7fd4938edeb2e721c28d695f03a9e1027fad435 /app-doc
parentdev-perl/Specio: Bump to version 0.320.0 (diff)
downloadgentoo-a3b422bb8f238e832d5978ae33d5658fc58600f4.tar.gz
gentoo-a3b422bb8f238e832d5978ae33d5658fc58600f4.tar.bz2
gentoo-a3b422bb8f238e832d5978ae33d5658fc58600f4.zip
app-doc/doxygen: force emake for 1.8.10,1.8.11, bug #591386
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/doxygen/doxygen-1.8.10-r1.ebuild4
-rw-r--r--app-doc/doxygen/doxygen-1.8.11-r2.ebuild2
2 files changed, 5 insertions, 1 deletions
diff --git a/app-doc/doxygen/doxygen-1.8.10-r1.ebuild b/app-doc/doxygen/doxygen-1.8.10-r1.ebuild
index 569b03f29c6d..0b8f010725c1 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 e9f36b34385f..24687b085ba5 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"