summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-23 19:29:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-23 19:29:26 +0000
commit0ae03dc163584428745c464666af5054b3e57d35 (patch)
tree6b85ed9513d0c8a549552a8a86c7a0c2f3271ea2 /app-sci
parentCurrent implementations require <x11-libs/fox-1.2. (Manifest recommit) (diff)
downloadgentoo-2-0ae03dc163584428745c464666af5054b3e57d35.tar.gz
gentoo-2-0ae03dc163584428745c464666af5054b3e57d35.tar.bz2
gentoo-2-0ae03dc163584428745c464666af5054b3e57d35.zip
repoman: Fix leading whitespace
Diffstat (limited to 'app-sci')
-rw-r--r--app-sci/tree-puzzle/tree-puzzle-5.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild b/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild
index e51b31f85d9c..e8f6541908af 100644
--- a/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild
+++ b/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.2 2004/07/23 16:01:23 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.3 2004/07/23 19:29:26 mr_bones_ Exp $
DESCRIPTION="Maximum likelihood analysis for nucleotide, amino acid, and two-state data."
HOMEPAGE="http://www.tree-puzzle.de"
@@ -16,8 +16,8 @@ DEPEND="virtual/libc
pkg_setup () {
use mpi && [ ${CC} = icc ] && die "The parallelized version of tree-puzzle cannot be compiled using icc.
- Either disable the \"mpi\" USE flag to compile only the non-parallelized
- version of the program, or use gcc as your compiler (CC=\"gcc\")."
+ Either disable the \"mpi\" USE flag to compile only the non-parallelized
+ version of the program, or use gcc as your compiler (CC=\"gcc\")."
}
src_compile() {