commit: 707c2b326431a0a3bf8b3f866b2d17d63bf1925c
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 08:46:19 2022 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 08:50:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=707c2b32
app-text/bibletime: move dev-libs/icu back to DEPEND-only
Having re-examined the documentation, I did get it right the first time
- ICU, Curl and zlib are *not* direct dependencies of Bibletime, upstream
build scripts simply attempts to guess what app-text/sword has been
linked against. Which incidentally may not work correctly under Gentoo
due to USE flags, will later on nuke those checks + possibly add
USE-flag propagation to SWORD.
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
.../bibletime/{bibletime-3.0.3-r1.ebuild => bibletime-3.0.3-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/bibletime/bibletime-3.0.3-r1.ebuild
b/app-text/bibletime/bibletime-3.0.3-r2.ebuild
similarity index 100%
rename from app-text/bibletime/bibletime-3.0.3-r1.ebuild
rename to app-text/bibletime/bibletime-3.0.3-r2.ebuild
index 3cb15a25d576..810bcbf14e96 100644
--- a/app-text/bibletime/bibletime-3.0.3-r1.ebuild
+++ b/app-text/bibletime/bibletime-3.0.3-r2.ebuild
@@ -15,7 +15,6 @@ KEYWORDS="~amd64 ~x86"
RDEPEND=">=app-text/sword-1.8.1
dev-cpp/clucene
- dev-libs/icu
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtprintsupport:5
@@ -26,6 +25,7 @@ RDEPEND=">=app-text/sword-1.8.1
dev-qt/qtxml:5"
DEPEND="${RDEPEND}
dev-libs/boost
+ dev-libs/icu
dev-qt/qttest:5
net-misc/curl
sys-libs/zlib"