aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-07-02 16:55:37 -0600
committerChristoph Junghans <ottxor@gentoo.org>2014-07-02 16:56:04 -0600
commit0b3104d791144722e7e4e7a416341c4fc259fa18 (patch)
treed3e0dc0451d4fa88f394f39cccd098529d7db4c3 /sci-physics
parentMerge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff)
downloadsci-0b3104d791144722e7e4e7a416341c4fc259fa18.tar.gz
sci-0b3104d791144722e7e4e7a416341c4fc259fa18.tar.bz2
sci-0b3104d791144722e7e4e7a416341c4fc259fa18.zip
use ninja
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'sci-physics')
-rw-r--r--sci-physics/espresso++/ChangeLog3
-rw-r--r--sci-physics/espresso++/espresso++-9999.ebuild1
2 files changed, 4 insertions, 0 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog
index ff742e1d5..ea6f0050e 100644
--- a/sci-physics/espresso++/ChangeLog
+++ b/sci-physics/espresso++/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Jul 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
+ use ninja
+
21 Jun 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-9999.ebuild:
added missing deps (bug #514084)
diff --git a/sci-physics/espresso++/espresso++-9999.ebuild b/sci-physics/espresso++/espresso++-9999.ebuild
index 66425269b..43c4297a0 100644
--- a/sci-physics/espresso++/espresso++-9999.ebuild
+++ b/sci-physics/espresso++/espresso++-9999.ebuild
@@ -5,6 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+CMAKE_MAKEFILE_GENERATOR="ninja"
inherit cmake-utils multilib python-single-r1