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 | aa9c4fc2210bb946e4a754c544a5931c10ea91e3 (patch) | |
tree | 267bb17c3556e579eb0688cea9ed981946b4356a /sci-biology/rebase | |
parent | Stable on hppa. (diff) | |
download | historical-aa9c4fc2210bb946e4a754c544a5931c10ea91e3.tar.gz historical-aa9c4fc2210bb946e4a754c544a5931c10ea91e3.tar.bz2 historical-aa9c4fc2210bb946e4a754c544a5931c10ea91e3.zip |
Fixed dependencies. (See bug #83804)
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sci-biology/rebase')
-rw-r--r-- | sci-biology/rebase/rebase-502.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/rebase/rebase-503.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-biology/rebase/rebase-502.ebuild b/sci-biology/rebase/rebase-502.ebuild index 04c68afbc08c..dcebfa10bef2 100644 --- a/sci-biology/rebase/rebase-502.ebuild +++ b/sci-biology/rebase/rebase-502.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/rebase/rebase-502.ebuild,v 1.3 2005/03/02 02:17:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-502.ebuild,v 1.4 2005/03/02 19:55:26 ribosome Exp $ DESCRIPTION="A restriction enzyme database" HOMEPAGE="http://rebase.neb.com" @@ -8,11 +8,13 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64 ~ppc-macos" +KEYWORDS="x86 ~ppc ~amd64 ppc-macos" 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 )" + src_compile() { if use emboss; then echo diff --git a/sci-biology/rebase/rebase-503.ebuild b/sci-biology/rebase/rebase-503.ebuild index 06318613af64..903c42855821 100644 --- a/sci-biology/rebase/rebase-503.ebuild +++ b/sci-biology/rebase/rebase-503.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/rebase/rebase-503.ebuild,v 1.1 2005/03/02 02:17:04 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/rebase/rebase-503.ebuild,v 1.2 2005/03/02 19:55:26 ribosome Exp $ DESCRIPTION="A restriction enzyme database" HOMEPAGE="http://rebase.neb.com" @@ -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 )" + src_compile() { if use emboss; then echo |