From: Matthias Maier Date: Tue, 17 Jan 2017 13:38:33 +0000 (-0600) Subject: app-doc/doxygen: force emake for 1.8.10,1.8.11, bug #591386 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a3b422bb8f238e832d5978ae33d5658fc58600f4;p=gentoo.git app-doc/doxygen: force emake for 1.8.10,1.8.11, bug #591386 Package-Manager: Portage-2.3.0, Repoman-2.3.1 --- 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"