From 719515b193b378d1738594c8c18f3e458f26622d Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 7 Feb 2008 14:41:06 +0000 Subject: Dropped ppc-macos keyword, see you in prefix (Portage version: 2.1.3.19) --- sci-biology/tree-puzzle/ChangeLog | 7 +++++-- sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild | 7 +++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sci-biology') 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 tree-puzzle-5.2.ebuild: + Dropped ppc-macos keyword, see you in prefix 01 Jun 2007; nixnut 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 -- cgit v1.2.3-65-gdbad