summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-02-07 14:41:06 +0000
committerFabian Groffen <grobian@gentoo.org>2008-02-07 14:41:06 +0000
commit719515b193b378d1738594c8c18f3e458f26622d (patch)
tree9c269939458ca286d99e68ee92eefd9bfac5ff2e /sci-biology
parentamd64 stable wrt #203607 (diff)
downloadgentoo-2-719515b193b378d1738594c8c18f3e458f26622d.tar.gz
gentoo-2-719515b193b378d1738594c8c18f3e458f26622d.tar.bz2
gentoo-2-719515b193b378d1738594c8c18f3e458f26622d.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/tree-puzzle/ChangeLog7
-rw-r--r--sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-biology/tree-puzzle/ChangeLog b/sci-biology/tree-puzzle/ChangeLog
index c11bc703e680..e6acab99af66 100644
--- a/sci-biology/tree-puzzle/ChangeLog
+++ b/sci-biology/tree-puzzle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-biology/tree-puzzle
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.12 2007/06/01 12:33:09 nixnut Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.13 2008/02/07 14:41:06 grobian Exp $
+
+ 07 Feb 2008; Fabian Groffen <grobian@gentoo.org> tree-puzzle-5.2.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
01 Jun 2007; nixnut <nixnut@gentoo.org> tree-puzzle-5.2.ebuild:
Added ~ppc wrt bug 179645
diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild
index 13b18db038ce..4cfc284347aa 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-2007 Gentoo Foundation
+# Copyright 1999-2008 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.8 2007/06/01 12:33:09 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.9 2008/02/07 14:41:06 grobian Exp $
inherit toolchain-funcs
@@ -10,7 +10,7 @@ SRC_URI="http://www.tree-puzzle.de/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc-macos x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="mpi"
DEPEND="mpi? ( sys-cluster/lam-mpi )"
@@ -22,7 +22,6 @@ pkg_setup () {
}
src_compile() {
- use ppc-macos && filter-flags -fast
econf || die
cd ${S}/src
if ! use mpi; then