Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/relion/
Date: Wed, 30 Oct 2019 08:04:48
Message-Id: 1572422669.683635a1f893c4e12944e48fd6ff2ad65a401b7e.alexxy@gentoo
1 commit: 683635a1f893c4e12944e48fd6ff2ad65a401b7e
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 30 08:04:29 2019 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 30 08:04:29 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=683635a1
7
8 sci-chemistry/relion: Update rdeps
9
10 Package-Manager: Portage-2.3.78, Repoman-2.3.17
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/relion/relion-3.0.8.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/sci-chemistry/relion/relion-3.0.8.ebuild b/sci-chemistry/relion/relion-3.0.8.ebuild
17 index 34b1277a7..799f8f090 100644
18 --- a/sci-chemistry/relion/relion-3.0.8.ebuild
19 +++ b/sci-chemistry/relion/relion-3.0.8.ebuild
20 @@ -22,7 +22,11 @@ DEPEND="
21 virtual/mpi
22 cuda? ( dev-util/nvidia-cuda-toolkit )
23 "
24 -RDEPEND="${DEPEND}"
25 +RDEPEND="
26 + ${DEPEND}
27 + sci-chemistry/ctffind
28 + cuda? ( sci-chemistry/MotionCor2 )
29 +"
30 BDEPEND="${DEPEND}"
31
32 src_prepare() {