From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ADA6658973 for ; Sun, 17 Jan 2016 10:52:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D9D21C001; Sun, 17 Jan 2016 10:52:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CF00F21C001 for ; Sun, 17 Jan 2016 10:52:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CD2D334099A for ; Sun, 17 Jan 2016 10:52:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3604FF5D for ; Sun, 17 Jan 2016 10:52:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1453027944.0a3000eaaa11495660b9def7f37f87c8f2f23c81.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/allpathslg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/allpathslg/allpathslg-52488-r1.ebuild sci-biology/allpathslg/allpathslg-52488.ebuild X-VCS-Directories: sci-biology/allpathslg/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0a3000eaaa11495660b9def7f37f87c8f2f23c81 X-VCS-Branch: master Date: Sun, 17 Jan 2016 10:52:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46c59b80-cfbd-45cb-aadb-6d6587614eb6 X-Archives-Hash: 53a8cb32ed46ff6426b9b6dc38fa15ef commit: 0a3000eaaa11495660b9def7f37f87c8f2f23c81 Author: David Seifert gentoo org> AuthorDate: Sun Jan 17 10:43:48 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 17 10:52:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3000ea sci-biology/allpathslg: Add blocking packages to RDEPEND too Package-Manager: portage-2.2.26 ...llpathslg-52488.ebuild => allpathslg-52488-r1.ebuild} | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sci-biology/allpathslg/allpathslg-52488.ebuild b/sci-biology/allpathslg/allpathslg-52488-r1.ebuild similarity index 82% rename from sci-biology/allpathslg/allpathslg-52488.ebuild rename to sci-biology/allpathslg/allpathslg-52488-r1.ebuild index 4518cac..268d759 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