diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 23:40:03 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-01-04 23:40:03 +0000 |
commit | f43c72f4a01f9390f5b436e9602a9b63639aef8d (patch) | |
tree | 8eecd4e0816c13d93b4566eaaf446a3a04d4a5bc /sci-biology/tree-puzzle | |
parent | Stable on x86; bug #117591 (diff) | |
download | gentoo-2-f43c72f4a01f9390f5b436e9602a9b63639aef8d.tar.gz gentoo-2-f43c72f4a01f9390f5b436e9602a9b63639aef8d.tar.bz2 gentoo-2-f43c72f4a01f9390f5b436e9602a9b63639aef8d.zip |
Do not depend on "virtual/libc" (package not in system target).
(Portage version: 2.0.53)
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 8d50953d8162..02413ad78c63 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.8 2005/02/08 01:39:30 j4rg0n Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/tree-puzzle/ChangeLog,v 1.9 2006/01/04 23:38:46 ribosome Exp $ + + 04 Jan 2006; Olivier Fisette <ribosome@gentoo.org> tree-puzzle-5.2.ebuild: + Do not depend on "virtual/libc" (package not in system target). 07 Feb 2005; Lina Pezzella <j4rg0n@gentoo.org> tree-puzzle-5.1.ebuild, tree-puzzle-5.2.ebuild: diff --git a/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild b/sci-biology/tree-puzzle/tree-puzzle-5.2.ebuild index f7a85e04d831..870630805c7f 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/02/08 01:39:30 j4rg0n Exp $ +# $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 $ inherit toolchain-funcs @@ -13,8 +13,7 @@ SLOT="0" KEYWORDS="x86 ~amd64 ~ppc-macos" IUSE="mpi" -DEPEND="virtual/libc - mpi? ( sys-cluster/lam-mpi )" +DEPEND="mpi? ( sys-cluster/lam-mpi )" pkg_setup () { use mpi && [ $(tc-getCC) = icc ] && die "The parallelized version of tree-puzzle cannot be compiled using icc. |