sci-biology/allpathslg: Add blocking packages to RDEPEND too
authorDavid Seifert <soap@gentoo.org>
Sun, 17 Jan 2016 10:43:48 +0000 (11:43 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 17 Jan 2016 10:52:24 +0000 (11:52 +0100)
Package-Manager: portage-2.2.26

sci-biology/allpathslg/allpathslg-52488-r1.ebuild [moved from sci-biology/allpathslg/allpathslg-52488.ebuild with 82% similarity]

similarity index 82%
rename from sci-biology/allpathslg/allpathslg-52488.ebuild
rename to sci-biology/allpathslg/allpathslg-52488-r1.ebuild
index 4518cacee1ff53a39184b905352dea9b76f59c94..268d7594f9cceda37510c8c26b67db681ff18cd0 100644 (file)
@@ -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