Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/
Date: Fri, 31 Jul 2020 08:44:43
Message-Id: 1596185032.a79a0d39931e27257d93f08dd9226d188674751f.marecki@gentoo
1 commit: a79a0d39931e27257d93f08dd9226d188674751f
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 08:35:49 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 08:43:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79a0d39
7
8 app-text/bibletime-2.11.2: comment out test dependencies
9
10 They are all still ~arch so they block stabilisation of this version
11 and testing is still restricted anyway.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-text/bibletime/bibletime-2.11.2.ebuild | 15 +++++++--------
16 1 file changed, 7 insertions(+), 8 deletions(-)
17
18 diff --git a/app-text/bibletime/bibletime-2.11.2.ebuild b/app-text/bibletime/bibletime-2.11.2.ebuild
19 index 4323fdebe25..097d4ecc574 100644
20 --- a/app-text/bibletime/bibletime-2.11.2.ebuild
21 +++ b/app-text/bibletime/bibletime-2.11.2.ebuild
22 @@ -14,7 +14,6 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
23 LICENSE="GPL-2"
24 SLOT="0"
25 KEYWORDS="~amd64 ~x86"
26 -IUSE="test"
27
28 # Some tests fail due to being unable to find an icon directory relative
29 # to ${WORKDIR}, some others segfault. Needs work.
30 @@ -40,13 +39,13 @@ DEPEND="${RDEPEND}
31 net-misc/curl
32 sys-libs/zlib
33 "
34 -BDEPEND="test? (
35 - app-dicts/sword-Josephus
36 - app-dicts/sword-KJV
37 - app-dicts/sword-KJVA
38 - app-dicts/sword-Scofield
39 - app-dicts/sword-StrongsGreek
40 -)"
41 +#BDEPEND="test? (
42 +# app-dicts/sword-Josephus
43 +# app-dicts/sword-KJV
44 +# app-dicts/sword-KJVA
45 +# app-dicts/sword-Scofield
46 +# app-dicts/sword-StrongsGreek
47 +#)"
48
49 DOCS=( ChangeLog README.md )