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 1C8CA158087 for ; Sat, 15 Jan 2022 14:38:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 815F02BC06D; Sat, 15 Jan 2022 14:38:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D8F852BC06D for ; Sat, 15 Jan 2022 14:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7FF75343532 for ; Sat, 15 Jan 2022 14:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10099297 for ; Sat, 15 Jan 2022 14:38:21 +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: <1642257495.ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/ngs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/ngs/ngs-2.11.2.ebuild X-VCS-Directories: sci-biology/ngs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49 X-VCS-Branch: master Date: Sat, 15 Jan 2022 14:38:21 +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: 819e9bb0-19d3-4344-8da0-ec31e0cd9236 X-Archives-Hash: 24554016209a580e2c8b45a95e1945aa commit: ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Jan 15 14:38:15 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Jan 15 14:38:15 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ccdbe2a7 sci-biology/ngs: properly use the java eclass Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/ngs/ngs-2.11.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-biology/ngs/ngs-2.11.2.ebuild b/sci-biology/ngs/ngs-2.11.2.ebuild index 04e788b93..8675ae22a 100644 --- a/sci-biology/ngs/ngs-2.11.2.ebuild +++ b/sci-biology/ngs/ngs-2.11.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) -inherit python-single-r1 +inherit python-single-r1 java-pkg-2 DESCRIPTION="NGS Language Bindings " HOMEPAGE="https://github.com/ncbi/ngs" @@ -17,10 +17,10 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} sci-biology/bamtools - virtual/jdk:* + virtual/jdk:1.8 " RDEPEND="${DEPEND} - virtual/jre:* + virtual/jre:1.8 " src_configure() {