diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-02-16 19:05:53 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-02-16 19:05:53 +0000 |
commit | f73101513a47fb8373eb3c8b0dacc63cb8d6379e (patch) | |
tree | c70c25c169201de82e60d69d808d723b06bd12fd /sci-physics | |
parent | vdr-plugin-2.eclass (diff) | |
download | gentoo-2-f73101513a47fb8373eb3c8b0dacc63cb8d6379e.tar.gz gentoo-2-f73101513a47fb8373eb3c8b0dacc63cb8d6379e.tar.bz2 gentoo-2-f73101513a47fb8373eb3c8b0dacc63cb8d6379e.zip |
remove obsolete FindMPI module (bug #501454)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso++/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/espresso++/espresso++-1.6.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/espresso++/ChangeLog b/sci-physics/espresso++/ChangeLog index 267db04f82d3..70fa766866d4 100644 --- a/sci-physics/espresso++/ChangeLog +++ b/sci-physics/espresso++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/espresso++ -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.6 2013/10/09 13:48:49 ottxor Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/ChangeLog,v 1.7 2014/02/16 19:05:53 ottxor Exp $ + + 16 Feb 2014; Christoph Junghans <ottxor@gentoo.org> espresso++-1.6.0.ebuild: + remove obsolete FindMPI module (bug #501454) *espresso++-1.6.0 (09 Oct 2013) diff --git a/sci-physics/espresso++/espresso++-1.6.0.ebuild b/sci-physics/espresso++/espresso++-1.6.0.ebuild index 9275fe4a08ea..9bd6e972424c 100644 --- a/sci-physics/espresso++/espresso++-1.6.0.ebuild +++ b/sci-physics/espresso++/espresso++-1.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.1 2013/10/09 13:48:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso++/espresso++-1.6.0.ebuild,v 1.2 2014/02/16 19:05:53 ottxor Exp $ EAPI=5 @@ -22,7 +22,7 @@ else PATCHES=( "${FILESDIR}/${P}-multilib.patch" ) fi -CMAKE_REMOVE_MODULES_LIST="FindBoost" +CMAKE_REMOVE_MODULES_LIST="FindBoost FindMPI" EHP_OPTS="--config hostfingerprints.hg.berlios.de=f4:79:d2:17:f8:0c:9b:c2:6e:65:60:2a:49:0e:09:79:85:6d:4b:e3" EHG_CLONE_CMD="hg clone ${EHG_QUIET_CMD_OPT} ${EHP_OPTS} --pull --noupdate" |