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 6E9E8138334 for ; Wed, 30 Oct 2019 08:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9113CE0882; Wed, 30 Oct 2019 08:04:47 +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 753A2E0882 for ; Wed, 30 Oct 2019 08:04:47 +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 4BE6A34C590 for ; Wed, 30 Oct 2019 08:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A28F1779 for ; Wed, 30 Oct 2019 08:04:43 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1572422669.683635a1f893c4e12944e48fd6ff2ad65a401b7e.alexxy@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/relion/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/relion/relion-3.0.8.ebuild X-VCS-Directories: sci-chemistry/relion/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: 683635a1f893c4e12944e48fd6ff2ad65a401b7e X-VCS-Branch: master Date: Wed, 30 Oct 2019 08:04:43 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 02a046fc-8f59-4e67-9fcf-5a713e8e31b8 X-Archives-Hash: 2f6bf31f186af35c09cd6703e18370b1 commit: 683635a1f893c4e12944e48fd6ff2ad65a401b7e Author: Alexey Shvetsov gentoo org> AuthorDate: Wed Oct 30 08:04:29 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Wed Oct 30 08:04:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=683635a1 sci-chemistry/relion: Update rdeps Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/relion/relion-3.0.8.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/relion/relion-3.0.8.ebuild b/sci-chemistry/relion/relion-3.0.8.ebuild index 34b1277a7..799f8f090 100644 --- a/sci-chemistry/relion/relion-3.0.8.ebuild +++ b/sci-chemistry/relion/relion-3.0.8.ebuild @@ -22,7 +22,11 @@ DEPEND=" virtual/mpi cuda? ( dev-util/nvidia-cuda-toolkit ) " -RDEPEND="${DEPEND}" +RDEPEND=" + ${DEPEND} + sci-chemistry/ctffind + cuda? ( sci-chemistry/MotionCor2 ) +" BDEPEND="${DEPEND}" src_prepare() {