Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/
Date: Tue, 01 Jun 2021 09:24:07
Message-Id: 1622539378.755c8ee10ebd59213df38f1366b36def28320c99.andrewammerlaan@gentoo
1 commit: 755c8ee10ebd59213df38f1366b36def28320c99
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 09:22:58 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 09:22:58 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=755c8ee1
7
8 sci-biology/fsl: fix dependency.missingslot
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-biology/fsl/fsl-6.0.2-r1.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-biology/fsl/fsl-6.0.2-r1.ebuild b/sci-biology/fsl/fsl-6.0.2-r1.ebuild
17 index c9162fd0e..71314a8f8 100644
18 --- a/sci-biology/fsl/fsl-6.0.2-r1.ebuild
19 +++ b/sci-biology/fsl/fsl-6.0.2-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -31,8 +31,8 @@ DEPEND="
27
28 cuda? (
29 || (
30 - ( =dev-util/nvidia-cuda-toolkit-10* =sys-devel/gcc-8* )
31 - ( =dev-util/nvidia-cuda-toolkit-11* =sys-devel/gcc-9* )
32 + ( =dev-util/nvidia-cuda-toolkit-10* =sys-devel/gcc-8*:* )
33 + ( =dev-util/nvidia-cuda-toolkit-11* =sys-devel/gcc-9*:* )
34 )
35 )
36 "