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 4F3081384B4 for ; Tue, 29 Dec 2015 11:36:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF64E0855; Tue, 29 Dec 2015 11:36:06 +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 5FEDDE0855 for ; Tue, 29 Dec 2015 11:36:06 +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 2ADB83405BB for ; Tue, 29 Dec 2015 11:36:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA98513A for ; Tue, 29 Dec 2015 11:36:01 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1451388960.e4bde0761cc5d8b21d7f9d7d40145a3fa160e384.jlec@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.ebuild X-VCS-Directories: sci-biology/allpathslg/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e4bde0761cc5d8b21d7f9d7d40145a3fa160e384 X-VCS-Branch: master Date: Tue, 29 Dec 2015 11:36:01 +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: 3b486342-6b96-406e-8091-310231f13540 X-Archives-Hash: 5958598d7da94df293f7f0474fe6e06b commit: e4bde0761cc5d8b21d7f9d7d40145a3fa160e384 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 29 11:35:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 29 11:36:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4bde076 sci-biology/allpathslg: Block sci-biology/vaal as it is nicluded in this release Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=570070 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-biology/allpathslg/allpathslg-52488.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/allpathslg/allpathslg-52488.ebuild b/sci-biology/allpathslg/allpathslg-52488.ebuild index effa25c..4518cac 100644 --- a/sci-biology/allpathslg/allpathslg-52488.ebuild +++ b/sci-biology/allpathslg/allpathslg-52488.ebuild @@ -19,7 +19,7 @@ IUSE="openmp" DEPEND=" dev-libs/boost !sci-biology/allpaths - sci-biology/vaal" + !sci-biology/vaal" RDEPEND="" PATCHES=("${FILESDIR}/${P}_fix-buildsystem.patch" "${FILESDIR}/${P}_remove-namespace-std.patch")