Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tablet-bin/
Date: Mon, 02 Apr 2018 12:45:34
Message-Id: 1522672839.943bda111f0078c3aff0f3b6419fcd4c6a8a7fa9.jlec@gentoo
1 commit: 943bda111f0078c3aff0f3b6419fcd4c6a8a7fa9
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 12:40:39 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 12:40:39 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=943bda11
7
8 sci-biology/tablet-bin: FIX specify an explicit slot
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11 Package-Manager: Portage-2.3.27, Repoman-2.3.9
12
13 sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 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
17 index c81c64e9b..401515e00 100644
18 --- a/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild
19 +++ b/sci-biology/tablet-bin/tablet-bin-1.16.09.06.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 PYTHON_COMPAT=( python2_7 )
29
30 @@ -35,9 +35,8 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
31
32 DEPEND="${PYTHON_DEPS}
33 app-text/dos2unix
34 - >=virtual/jdk-1.8"
35 -RDEPEND="${DEPEND}
36 - >=virtual/jre-1.8"
37 + >=virtual/jdk-1.8:*"
38 +RDEPEND="${DEPEND}"
39 # contains bundled sqlite-jdbc-3.8.6.jar, samtools-linux64.jar, picard.jar
40 # sqlite-jdbc-3.8.6.jar is not dev-db/sqlite:3 and samtools-linux64.jar is not sci-biology/samtools either
41 # replacing picard.jar with a symlink to picard.jar from sci-biology.picard does not help either