commit:     ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:38:15 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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() {

Reply via email to