diff options
author | David Seifert <soap@gentoo.org> | 2016-01-17 11:43:48 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-01-17 11:52:24 +0100 |
commit | 0a3000eaaa11495660b9def7f37f87c8f2f23c81 (patch) | |
tree | da7ad6ff36519a0fb42410d9f400681b97599cb4 /sci-biology/allpathslg | |
parent | sys-apps/portage: ppc stable wrt bug #569920 (diff) | |
download | gentoo-0a3000eaaa11495660b9def7f37f87c8f2f23c81.tar.gz gentoo-0a3000eaaa11495660b9def7f37f87c8f2f23c81.tar.bz2 gentoo-0a3000eaaa11495660b9def7f37f87c8f2f23c81.zip |
sci-biology/allpathslg: Add blocking packages to RDEPEND too
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-biology/allpathslg')
-rw-r--r-- | sci-biology/allpathslg/allpathslg-52488-r1.ebuild (renamed from sci-biology/allpathslg/allpathslg-52488.ebuild) | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/sci-biology/allpathslg/allpathslg-52488.ebuild b/sci-biology/allpathslg/allpathslg-52488-r1.ebuild index 4518cacee1ff..268d7594f9cc 100644 --- a/sci-biology/allpathslg/allpathslg-52488.ebuild +++ b/sci-biology/allpathslg/allpathslg-52488-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -inherit autotools eutils flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="De novo assembly of whole-genome shotgun microreads" # see also http://www.broadinstitute.org/software/allpaths-lg/blog/?page_id=12 @@ -16,13 +16,17 @@ SLOT="0" KEYWORDS="~amd64" IUSE="openmp" -DEPEND=" - dev-libs/boost +RDEPEND=" !sci-biology/allpaths !sci-biology/vaal" -RDEPEND="" +DEPEND=" + ${RDEPEND} + dev-libs/boost" -PATCHES=("${FILESDIR}/${P}_fix-buildsystem.patch" "${FILESDIR}/${P}_remove-namespace-std.patch") +PATCHES=( + "${FILESDIR}/${P}_fix-buildsystem.patch" + "${FILESDIR}/${P}_remove-namespace-std.patch" +) pkg_pretend() { # as of release 44849, GCC 4.7.0 (or higher) is required |