diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2008-05-12 00:04:15 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2008-05-12 00:04:15 +0000 |
commit | 826f4878c2ca70370e2f81c3cca15443eb3abfc6 (patch) | |
tree | b933a9c37dbfa1224ba4ac329adf7d5439eaaa08 /sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-826f4878c2ca70370e2f81c3cca15443eb3abfc6.tar.gz gentoo-2-826f4878c2ca70370e2f81c3cca15443eb3abfc6.tar.bz2 gentoo-2-826f4878c2ca70370e2f81c3cca15443eb3abfc6.zip |
Move pmake to RDEPEND to fix bug #221441
(Portage version: 2.1.5_rc7)
Diffstat (limited to 'sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild')
-rw-r--r-- | sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild b/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild index 377ae81f16c4..855eae48c7b2 100644 --- a/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild +++ b/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild,v 1.1 2007/03/09 03:55:37 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ncbi-tools/ncbi-tools-20061015-r1.ebuild,v 1.2 2008/05/12 00:04:15 je_fro Exp $ inherit flag-o-matic toolchain-funcs eutils autotools @@ -18,10 +18,12 @@ IUSE="doc mpi X" DEPEND="app-shells/tcsh dev-lang/perl media-libs/libpng - sys-devel/pmake mpi? ( virtual/mpi ) X? ( virtual/motif )" +DEPEND="${RDEPEND} + sys-devel/pmake" + S="${WORKDIR}/ncbi" EXTRA_VIB="asn2all asn2asn" |