From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1BBB8158094 for ; Tue, 26 Jul 2022 08:50:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AB63E0CBD; Tue, 26 Jul 2022 08:50:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1BA6FE0F9F for ; Tue, 26 Jul 2022 08:50:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 134A934109F for ; Tue, 26 Jul 2022 08:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F0B354D for ; Tue, 26 Jul 2022 08:50:20 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1658825412.707c2b326431a0a3bf8b3f866b2d17d63bf1925c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/bibletime/bibletime-3.0.3-r1.ebuild app-text/bibletime/bibletime-3.0.3-r2.ebuild X-VCS-Directories: app-text/bibletime/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 707c2b326431a0a3bf8b3f866b2d17d63bf1925c X-VCS-Branch: master Date: Tue, 26 Jul 2022 08:50:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7e53b2e-2f4c-40f2-9faa-5873b974bb77 X-Archives-Hash: c8a6207b318f846db66536fafdd56498 commit: 707c2b326431a0a3bf8b3f866b2d17d63bf1925c Author: Marek Szuba gentoo org> AuthorDate: Tue Jul 26 08:46:19 2022 +0000 Commit: Marek Szuba gentoo 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 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"