commit: a79a0d39931e27257d93f08dd9226d188674751f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Jul 31 08:35:49 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Jul 31 08:43:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79a0d39
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 <AT> gentoo.org> app-text/bibletime/bibletime-2.11.2.ebuild | 15 +++++++-------- 1 file 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 4323fdebe25..097d4ecc574 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 )
