aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-15 15:38:15 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-15 15:38:15 +0100
commitccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49 (patch)
tree3bea78a5243a46b40be673ad2cd2fe4be53d2e4e
parentsci-biology/fastqc: drop useless blank line (diff)
downloadsci-ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49.tar.gz
sci-ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49.tar.bz2
sci-ccdbe2a7bbec5dc1c4e303f9e4003f22e1d7ee49.zip
sci-biology/ngs: properly use the java eclass
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
-rw-r--r--sci-biology/ngs/ngs-2.11.2.ebuild6
1 files 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() {