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 8801515800F for ; Fri, 10 Feb 2023 13:52:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB9B9E07EA; Fri, 10 Feb 2023 13:52:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 A3167E07EA for ; Fri, 10 Feb 2023 13:52:49 +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 A9D6B340D67 for ; Fri, 10 Feb 2023 13:52:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C9F7531 for ; Fri, 10 Feb 2023 13:52:46 +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: <1676037104.f4b2c7a728089bb8932a2fb5ea509e2326f5a63e.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/VarScan/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/VarScan/VarScan-2.4.4.ebuild X-VCS-Directories: sci-biology/VarScan/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f4b2c7a728089bb8932a2fb5ea509e2326f5a63e X-VCS-Branch: master Date: Fri, 10 Feb 2023 13:52:46 +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: 1479b1ac-5591-4b00-a7c4-0ed054116b2c X-Archives-Hash: cdef14208a88a978b25a08bae04f7c90 commit: f4b2c7a728089bb8932a2fb5ea509e2326f5a63e Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Feb 10 13:51:44 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Feb 10 13:51:44 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f4b2c7a7 sci-biology/VarScan: fix misplaced weak blocker Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/VarScan/VarScan-2.4.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-biology/VarScan/VarScan-2.4.4.ebuild b/sci-biology/VarScan/VarScan-2.4.4.ebuild index 72a3c94df..039a68f06 100644 --- a/sci-biology/VarScan/VarScan-2.4.4.ebuild +++ b/sci-biology/VarScan/VarScan-2.4.4.ebuild @@ -18,9 +18,11 @@ KEYWORDS="~amd64" DEPEND=" >=virtual/jdk-1.5:* - !sci-biology/VarScan-bin" +" RDEPEND=">=virtual/jre-1.5:* - sci-biology/bam-readcount" + sci-biology/bam-readcount + !sci-biology/VarScan-bin +" S="${WORKDIR}"/net/sf/varscan