diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-07-02 16:55:37 -0600 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-07-02 16:56:04 -0600 |
commit | 0b3104d791144722e7e4e7a416341c4fc259fa18 (patch) | |
tree | d3e0dc0451d4fa88f394f39cccd098529d7db4c3 | |
parent | Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/sci (diff) | |
download | sci-0b3104d791144722e7e4e7a416341c4fc259fa18.tar.gz sci-0b3104d791144722e7e4e7a416341c4fc259fa18.tar.bz2 sci-0b3104d791144722e7e4e7a416341c4fc259fa18.zip |
use ninja
Package-Manager: portage-2.2.8-r1
-rw-r--r-- | sci-physics/espresso++/ChangeLog | 3 | ||||
-rw-r--r-- | sci-physics/espresso++/espresso++-9999.ebuild | 1 |
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 |