aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 11:22:58 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-06-01 11:22:58 +0200
commit755c8ee10ebd59213df38f1366b36def28320c99 (patch)
tree58ae28907e997b9b2582131203ab13321b368f8a
parentsci-biology/StarORF: remove pack (diff)
downloadsci-755c8ee10ebd59213df38f1366b36def28320c99.tar.gz
sci-755c8ee10ebd59213df38f1366b36def28320c99.tar.bz2
sci-755c8ee10ebd59213df38f1366b36def28320c99.zip
sci-biology/fsl: fix dependency.missingslot
Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-biology/fsl/fsl-6.0.2-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/fsl/fsl-6.0.2-r1.ebuild b/sci-biology/fsl/fsl-6.0.2-r1.ebuild
index c9162fd0e..71314a8f8 100644
--- a/sci-biology/fsl/fsl-6.0.2-r1.ebuild
+++ b/sci-biology/fsl/fsl-6.0.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -31,8 +31,8 @@ DEPEND="
cuda? (
|| (
- ( =dev-util/nvidia-cuda-toolkit-10* =sys-devel/gcc-8* )
- ( =dev-util/nvidia-cuda-toolkit-11* =sys-devel/gcc-9* )
+ ( =dev-util/nvidia-cuda-toolkit-10* =sys-devel/gcc-8*:* )
+ ( =dev-util/nvidia-cuda-toolkit-11* =sys-devel/gcc-9*:* )
)
)
"