diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-01 12:33:09 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-06-01 12:33:09 +0000 |
commit | b49a4cdc1817e58e0c13e5998f5f6de8ce4a81a3 (patch) | |
tree | ea7ef796471b411466783d6d7ca390e820ce91d5 /sci-biology | |
parent | Stable on ppc wrt bug 180310 (diff) | |
download | gentoo-2-b49a4cdc1817e58e0c13e5998f5f6de8ce4a81a3.tar.gz gentoo-2-b49a4cdc1817e58e0c13e5998f5f6de8ce4a81a3.tar.bz2 gentoo-2-b49a4cdc1817e58e0c13e5998f5f6de8ce4a81a3.zip |
Added ~ppc wrt bug 179645
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/tree-puzzle/ChangeLog | 5 | ||||
-rw-r--r-- | sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-biology/tree-puzzle/ChangeLog b/sci-biology/tree-puzzle/ChangeLog index 7faea6ae99cd..c11bc703e680 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.11 2007/05/21 16:04:06 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.12 2007/06/01 12:33:09 nixnut Exp $ + + 01 Jun 2007; nixnut <nixnut@gentoo.org> tree-puzzle-5.2.ebuild: + Added ~ppc wrt bug 179645 21 May 2007; Olivier Fisette <ribosome@gentoo.org> -tree-puzzle-5.1.ebuild: diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild index 870630805c7f..13b18db038ce 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-2006 Gentoo Foundation +# Copyright 1999-2007 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.7 2006/01/04 23:38:46 ribosome Exp $ +# $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 $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="http://www.tree-puzzle.de/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc-macos" +KEYWORDS="~amd64 ~ppc ~ppc-macos x86" IUSE="mpi" DEPEND="mpi? ( sys-cluster/lam-mpi )" |