From: Tim Harder Date: Sat, 7 Jan 2017 19:27:40 +0000 (-0500) Subject: dev-libs/pugixml: force emake as cmake makefile generator (bug #601064) X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ca1b8c0c8e5ea92c5310f654917113ae37aa07ef;p=gentoo.git dev-libs/pugixml: force emake as cmake makefile generator (bug #601064) --- diff --git a/dev-libs/pugixml/pugixml-1.8.ebuild b/dev-libs/pugixml/pugixml-1.8.ebuild index 40dd30f96e47..af0347733d2c 100644 --- a/dev-libs/pugixml/pugixml-1.8.ebuild +++ b/dev-libs/pugixml/pugixml-1.8.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 +CMAKE_MAKEFILE_GENERATOR=emake inherit cmake-utils