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 5083D1382C5 for ; Tue, 1 Jun 2021 09:24:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A392E07FA; Tue, 1 Jun 2021 09:24:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72385E07FA for ; Tue, 1 Jun 2021 09:24:05 +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 952C233BF02 for ; Tue, 1 Jun 2021 09:24:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B25378E for ; Tue, 1 Jun 2021 09:24:03 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1622539378.755c8ee10ebd59213df38f1366b36def28320c99.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/fsl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/fsl/fsl-6.0.2-r1.ebuild X-VCS-Directories: sci-biology/fsl/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 755c8ee10ebd59213df38f1366b36def28320c99 X-VCS-Branch: master Date: Tue, 1 Jun 2021 09:24:03 +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: b31338e9-fbae-4974-b3f0-e2ec9e20c8d2 X-Archives-Hash: 33b15df172f51368b6e93e542db3c845 commit: 755c8ee10ebd59213df38f1366b36def28320c99 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jun 1 09:22:58 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jun 1 09:22:58 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=755c8ee1 sci-biology/fsl: fix dependency.missingslot Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/fsl/fsl-6.0.2-r1.ebuild | 6 +++--- 1 file 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*:* ) ) ) "