summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-24 10:28:51 +0000
committerJustin Lecher <jlec@gentoo.org>2012-05-24 10:28:51 +0000
commitdd62425b90ebe3c94832660e8c9fd8845081cc0b (patch)
tree1f59d26c369aa7ade7edc4c074529660a79e2234 /sci-biology
parentPull in correct SLOT of media-libs/libpng for headers. (diff)
downloadgentoo-2-dd62425b90ebe3c94832660e8c9fd8845081cc0b.tar.gz
gentoo-2-dd62425b90ebe3c94832660e8c9fd8845081cc0b.tar.bz2
gentoo-2-dd62425b90ebe3c94832660e8c9fd8845081cc0b.zip
sci-biology/tree-puzzle: Corrected dep from sys-cluster/lam-mpi to virtual/mpi, #415765
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/tree-puzzle/ChangeLog5
-rw-r--r--sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild8
2 files changed, 7 insertions, 6 deletions
diff --git a/sci-biology/tree-puzzle/ChangeLog b/sci-biology/tree-puzzle/ChangeLog
index a18e0d5a336c..4c9ef5988c2c 100644
--- a/sci-biology/tree-puzzle/ChangeLog
+++ b/sci-biology/tree-puzzle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/tree-puzzle
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.17 2012/04/26 16:08:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.18 2012/05/24 10:28:51 jlec Exp $
+
+ 24 May 2012; Justin Lecher <jlec@gentoo.org> tree-puzzle-5.2.ebuild:
+ Corrected dep from sys-cluster/lam-mpi to virtual/mpi, #415765
26 Apr 2012; Justin Lecher <jlec@gentoo.org> tree-puzzle-5.2.ebuild:
Add missing quotes
diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
index 21af373d017a..a567e9c34961 100644
--- a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
+++ b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.12 2012/04/26 16:08:36 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.13 2012/05/24 10:28:51 jlec Exp $
EAPI=4
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="mpi"
-DEPEND="mpi? ( sys-cluster/lam-mpi )"
+DEPEND="mpi? ( virtual/mpi )"
RDEPEND="${DEPEND}"
pkg_setup () {
@@ -26,12 +26,10 @@ pkg_setup () {
src_prepare() {
if ! use mpi; then
- cd "${S}"/src
sed \
-e 's:bin_PROGRAMS = puzzle$(EXEEXT) ppuzzle:bin_PROGRAMS = puzzle :' \
-e 's:DIST_SOURCES = $(ppuzzle_SOURCES) $(puzzle_SOURCES):DIST_SOURCES = $(puzzle_SOURCES):' \
- -i Makefile || die
- cd "${S}"
+ -i "${S}"/src/Makefile || die
fi
}