From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B24DA139694 for ; Fri, 28 Jul 2017 20:05:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E1A61FC09D; Fri, 28 Jul 2017 20:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80A7A1FC09D for ; Fri, 28 Jul 2017 20:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 957153418E0 for ; Fri, 28 Jul 2017 20:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0528174CD for ; Fri, 28 Jul 2017 20:05:24 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1501272319.c9670fe28445edf107eb51db383a7833e65056f4.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/SPAdes/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/SPAdes/SPAdes-3.10.1.ebuild X-VCS-Directories: sci-biology/SPAdes/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: c9670fe28445edf107eb51db383a7833e65056f4 X-VCS-Branch: master Date: Fri, 28 Jul 2017 20:05:24 +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: cc1e536c-6d49-4f87-81d1-f7cd601c9f2f X-Archives-Hash: 5f86a53d7ffbad542401f97a15cd4fcc commit: c9670fe28445edf107eb51db383a7833e65056f4 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jul 28 19:13:58 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jul 28 20:05:19 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c9670fe2 sci-biology/SPAdes: update comments on bundled dev-libs/boost Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-biology/SPAdes/SPAdes-3.10.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-biology/SPAdes/SPAdes-3.10.1.ebuild b/sci-biology/SPAdes/SPAdes-3.10.1.ebuild index a887fe909..3d219dbf0 100644 --- a/sci-biology/SPAdes/SPAdes-3.10.1.ebuild +++ b/sci-biology/SPAdes/SPAdes-3.10.1.ebuild @@ -27,7 +27,8 @@ DEPEND=" dev-python/regex" RDEPEND="${DEPEND}" # BUG: -# SPAdes uses bundled while modified copy of dev-libs/boost +# SPAdes uses bundled while modified copy of dev-libs/boost (only headers are used, +# not *.so or *.a are even used) # # BUG: "${S}"/ext/src/ contains plenty of bundled 3rd-party tools. Drop them all and properly DEPEND on their # existing packages