diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-02-07 14:41:06 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-02-07 14:41:06 +0000 |
commit | 839445574af38f8c389b321e0342aec9c8038c7f (patch) | |
tree | 9aa0efeb3069a1f63e678cc7d12d09bd3104201e /sci-biology/tree-puzzle | |
parent | amd64 stable wrt #203607 (diff) | |
download | historical-839445574af38f8c389b321e0342aec9c8038c7f.tar.gz historical-839445574af38f8c389b321e0342aec9c8038c7f.tar.bz2 historical-839445574af38f8c389b321e0342aec9c8038c7f.zip |
Dropped ppc-macos keyword, see you in prefix
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'sci-biology/tree-puzzle')
-rw-r--r-- | sci-biology/tree-puzzle/ChangeLog | 7 | ||||
-rw-r--r-- | sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild | 7 |
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 |