summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2022-07-26 09:46:19 +0100
committerMarek Szuba <marecki@gentoo.org>2022-07-26 09:50:12 +0100
commit707c2b326431a0a3bf8b3f866b2d17d63bf1925c (patch)
tree3f0acb0ac933b57220191802d6779f930302e77f /app-text/bibletime
parentgames-engines/love: disable strict aliasing (diff)
downloadgentoo-707c2b326431a0a3bf8b3f866b2d17d63bf1925c.tar.gz
gentoo-707c2b326431a0a3bf8b3f866b2d17d63bf1925c.tar.bz2
gentoo-707c2b326431a0a3bf8b3f866b2d17d63bf1925c.zip
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@gentoo.org>
Diffstat (limited to 'app-text/bibletime')
-rw-r--r--app-text/bibletime/bibletime-3.0.3-r2.ebuild (renamed from app-text/bibletime/bibletime-3.0.3-r1.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/bibletime/bibletime-3.0.3-r1.ebuild b/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"