diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2005-03-02 19:55:26 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2005-03-02 19:55:26 +0000 |
commit | 145f461432cbf5ed8c2adfab45b53384bff520e6 (patch) | |
tree | 476b37fe322a20d985af3a253cd89e69bb371bda /sci-biology/cutg | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-145f461432cbf5ed8c2adfab45b53384bff520e6.tar.gz gentoo-2-145f461432cbf5ed8c2adfab45b53384bff520e6.tar.bz2 gentoo-2-145f461432cbf5ed8c2adfab45b53384bff520e6.zip |
Fixed dependencies. (See bug #83804)
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sci-biology/cutg')
-rw-r--r-- | sci-biology/cutg/cutg-144.ebuild | 4 | ||||
-rw-r--r-- | sci-biology/cutg/cutg-145.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-biology/cutg/cutg-144.ebuild b/sci-biology/cutg/cutg-144.ebuild index 6c9048b77e65..b9730feba3dd 100644 --- a/sci-biology/cutg/cutg-144.ebuild +++ b/sci-biology/cutg/cutg-144.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.6 2005/02/23 04:04:17 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-144.ebuild,v 1.7 2005/03/02 19:55:26 ribosome Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" @@ -13,6 +13,8 @@ IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. +DEPEND="emboss? ( sci-biology/emboss )" + S=${WORKDIR} src_compile() { diff --git a/sci-biology/cutg/cutg-145.ebuild b/sci-biology/cutg/cutg-145.ebuild index c29f1a481e2b..418db0da6ebe 100644 --- a/sci-biology/cutg/cutg-145.ebuild +++ b/sci-biology/cutg/cutg-145.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-145.ebuild,v 1.1 2005/02/27 18:00:45 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/cutg/cutg-145.ebuild,v 1.2 2005/03/02 19:55:26 ribosome Exp $ DESCRIPTION="Codon usage tables calculated from GenBank" HOMEPAGE="http://www.kazusa.or.jp/codon/" @@ -13,6 +13,8 @@ IUSE="emboss minimal" # Minimal build keeps only the indexed files (if applicable) and the documentation. # The non-indexed database is not installed. +DEPEND="emboss? ( sci-biology/emboss )" + S=${WORKDIR} src_compile() { |