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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8AE6A1581D3 for ; Wed, 22 May 2024 15:57:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 995C62BC013; Wed, 22 May 2024 15:57:29 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 656162BC013 for ; Wed, 22 May 2024 15:57:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4DF4D33BE18 for ; Wed, 22 May 2024 15:57:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BB016BD for ; Wed, 22 May 2024 15:57:26 +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: <1716393412.e120252601caa45b738cfc059a709d5d9ab9ec67.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/VelvetOptimiser/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild X-VCS-Directories: sci-biology/VelvetOptimiser/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e120252601caa45b738cfc059a709d5d9ab9ec67 X-VCS-Branch: master Date: Wed, 22 May 2024 15:57:26 +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: e71a0045-fa20-41c7-ac45-56f269f079c2 X-Archives-Hash: 48d083e8c5ef55ff7f8d6d7d1b68f77c commit: e120252601caa45b738cfc059a709d5d9ab9ec67 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed May 22 15:56:52 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed May 22 15:56:52 2024 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e1202526 sci-biology/VelvetOptimiser: fix dependency on perl Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild b/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild index 49f2b6d9f..096349f5a 100644 --- a/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild +++ b/sci-biology/VelvetOptimiser/VelvetOptimiser-2.2.6.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~amd64" RDEPEND=" >=sci-biology/bioperl-1.4 >=sci-biology/velvet-0.7.5.1 - dev-lang/perl[ithreads]" # actually >=5.8 but make sure 5.16 is recognized as > 5.8, heh + dev-lang/perl[perl_features_ithreads]" # actually >=5.8 but make sure 5.16 is recognized as > 5.8, heh src_install(){ dobin VelvetOptimiser.pl