summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-01-07 14:27:40 -0500
committerTim Harder <radhermit@gentoo.org>2017-01-07 14:32:32 -0500
commitca1b8c0c8e5ea92c5310f654917113ae37aa07ef (patch)
tree722f4344c2b2cd16a9df9281f0cb0bc9dc834b2d
parentdev-php/PEAR-PEAR_PackageFileManager: remove unused version 1.6.3. (diff)
downloadgentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.tar.gz
gentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.tar.bz2
gentoo-ca1b8c0c8e5ea92c5310f654917113ae37aa07ef.zip
dev-libs/pugixml: force emake as cmake makefile generator (bug #601064)
-rw-r--r--dev-libs/pugixml/pugixml-1.8.ebuild3
1 files changed, 2 insertions, 1 deletions
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