aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2018-04-02 13:40:39 +0100
committerJustin Lecher <jlec@gentoo.org>2018-04-02 13:40:39 +0100
commit943bda111f0078c3aff0f3b6419fcd4c6a8a7fa9 (patch)
treee123485206ee45a9af88204ff936ee501c0031fc
parentsci-biology/pilon-bin: FIX Stale CVS header on line: 3 (diff)
downloadsci-943bda11.tar.gz
sci-943bda11.tar.bz2
sci-943bda11.zip
sci-biology/tablet-bin: FIX specify an explicit slot
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.27, Repoman-2.3.9
-rw-r--r--sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild b/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild
index c81c64e9b..401515e00 100644
--- a/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild
+++ b/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
PYTHON_COMPAT=( python2_7 )
@@ -35,9 +35,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
app-text/dos2unix
- >=virtual/jdk-1.8"
-RDEPEND="${DEPEND}
- >=virtual/jre-1.8"
+ >=virtual/jdk-1.8:*"
+RDEPEND="${DEPEND}"
# contains bundled sqlite-jdbc-3.8.6.jar, samtools-linux64.jar, picard.jar
# sqlite-jdbc-3.8.6.jar is not dev-db/sqlite:3 and samtools-linux64.jar is not sci-biology/samtools either
# replacing picard.jar with a symlink to picard.jar from sci-biology.picard does not help either