diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-23 16:03:01 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-23 16:03:01 +0000 |
commit | ba3cc613bd96f30a5f16f22819ce019f3a3a7767 (patch) | |
tree | efa426f063f45e6988ed23135404423afeed0723 /app-sci/tree-puzzle | |
parent | don't let Spanky know someone committed something with virtual/glibc still in... (diff) | |
download | historical-ba3cc613bd96f30a5f16f22819ce019f3a3a7767.tar.gz historical-ba3cc613bd96f30a5f16f22819ce019f3a3a7767.tar.bz2 historical-ba3cc613bd96f30a5f16f22819ce019f3a3a7767.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-sci/tree-puzzle')
-rw-r--r-- | app-sci/tree-puzzle/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/tree-puzzle/tree-puzzle-5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-sci/tree-puzzle/ChangeLog b/app-sci/tree-puzzle/ChangeLog index bd06a32bb42b..9559494b0261 100644 --- a/app-sci/tree-puzzle/ChangeLog +++ b/app-sci/tree-puzzle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/tree-puzzle # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/ChangeLog,v 1.4 2004/07/20 20:56:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/ChangeLog,v 1.5 2004/07/23 16:01:23 squinky86 Exp $ + + 23 Jul 2004; Jon Hood <squinky86@gentoo.org> tree-puzzle-5.2.ebuild: + Change virtual/glibc -> virtual/libc. *tree-puzzle-5.2 (20 Jul 2004) diff --git a/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild b/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild index 6d9cade3eeae..e51b31f85d9c 100644 --- a/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild +++ b/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.1 2004/07/20 20:56:20 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/tree-puzzle/tree-puzzle-5.2.ebuild,v 1.2 2004/07/23 16:01:23 squinky86 Exp $ DESCRIPTION="Maximum likelihood analysis for nucleotide, amino acid, and two-state data." HOMEPAGE="http://www.tree-puzzle.de" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="mpi" -DEPEND="virtual/glibc +DEPEND="virtual/libc mpi? ( sys-cluster/lam-mpi )" pkg_setup () { |