summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2020-07-31 10:35:49 +0200
committerMarek Szuba <marecki@gentoo.org>2020-07-31 10:43:52 +0200
commita79a0d39931e27257d93f08dd9226d188674751f (patch)
tree7deb7f834a349e976c1f1183a9bf6f6714dceaca
parentapp-editors/nano: USE="-ncurses slang" requires USE="minimal" (diff)
downloadgentoo-a79a0d39931e27257d93f08dd9226d188674751f.tar.gz
gentoo-a79a0d39931e27257d93f08dd9226d188674751f.tar.bz2
gentoo-a79a0d39931e27257d93f08dd9226d188674751f.zip
app-text/bibletime-2.11.2: comment out test dependencies
They are all still ~arch so they block stabilisation of this version and testing is still restricted anyway. Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r--app-text/bibletime/bibletime-2.11.2.ebuild15
1 files changed, 7 insertions, 8 deletions
diff --git a/app-text/bibletime/bibletime-2.11.2.ebuild b/app-text/bibletime/bibletime-2.11.2.ebuild
index 4323fdebe25a..097d4ecc574e 100644
--- a/app-text/bibletime/bibletime-2.11.2.ebuild
+++ b/app-text/bibletime/bibletime-2.11.2.ebuild
@@ -14,7 +14,6 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
# Some tests fail due to being unable to find an icon directory relative
# to ${WORKDIR}, some others segfault. Needs work.
@@ -40,13 +39,13 @@ DEPEND="${RDEPEND}
net-misc/curl
sys-libs/zlib
"
-BDEPEND="test? (
- app-dicts/sword-Josephus
- app-dicts/sword-KJV
- app-dicts/sword-KJVA
- app-dicts/sword-Scofield
- app-dicts/sword-StrongsGreek
-)"
+#BDEPEND="test? (
+# app-dicts/sword-Josephus
+# app-dicts/sword-KJV
+# app-dicts/sword-KJVA
+# app-dicts/sword-Scofield
+# app-dicts/sword-StrongsGreek
+#)"
DOCS=( ChangeLog README.md )