From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5B7D158074 for ; Wed, 25 Jun 2025 19:43:16 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 91336340E3B for ; Wed, 25 Jun 2025 19:43:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7C440110278; Wed, 25 Jun 2025 19:43:15 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 726AB110278 for ; Wed, 25 Jun 2025 19:43:15 +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 17B5C340E18 for ; Wed, 25 Jun 2025 19:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF1916E9 for ; Wed, 25 Jun 2025 19:43:13 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1750880576.60dc0de5a4c63c8493852510d6dc61f4a99a0df6.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/wt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/wt/wt-4.11.4-r1.ebuild dev-cpp/wt/wt-4.11.4-r2.ebuild X-VCS-Directories: dev-cpp/wt/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 60dc0de5a4c63c8493852510d6dc61f4a99a0df6 X-VCS-Branch: dev Date: Wed, 25 Jun 2025 19:43:13 +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: 6449af6a-3d8e-4dfb-81e4-ae4f1f7bbd53 X-Archives-Hash: e5f82850a26c0c2437f7f8ca97e7d7f4 commit: 60dc0de5a4c63c8493852510d6dc61f4a99a0df6 Author: Nicolas PARLANT parhuet fr> AuthorDate: Wed Jun 25 15:59:10 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Jun 25 19:42:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=60dc0de5 dev-cpp/wt: revert adding qtbase dep revert 8a6c242 wt needs qt only for building examples that are already disabled Signed-off-by: Nicolas PARLANT parhuet.fr> Part-of: https://github.com/gentoo/guru/pull/338 Closes: https://github.com/gentoo/guru/pull/338 Signed-off-by: David Roman gmail.com> dev-cpp/wt/{wt-4.11.4-r1.ebuild => wt-4.11.4-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-cpp/wt/wt-4.11.4-r1.ebuild b/dev-cpp/wt/wt-4.11.4-r2.ebuild similarity index 95% rename from dev-cpp/wt/wt-4.11.4-r1.ebuild rename to dev-cpp/wt/wt-4.11.4-r2.ebuild index 48c9df4780..8d286d1acc 100644 --- a/dev-cpp/wt/wt-4.11.4-r1.ebuild +++ b/dev-cpp/wt/wt-4.11.4-r2.ebuild @@ -15,12 +15,10 @@ KEYWORDS="~amd64" IUSE="doc mysql opengl +pango pdf postgres ssl" DEPEND=" - dev-qt/qtbase:6 <=dev-libs/boost-1.86.0:= media-libs/libharu media-gfx/graphicsmagick[jpeg,png] sys-libs/zlib - mysql? ( virtual/mysql ) opengl? ( virtual/opengl ) pango? ( x11-libs/pango ) @@ -51,9 +49,10 @@ src_configure() { -DENABLE_POSTGRES=$(usex postgres) -DENABLE_MYSQL=$(usex mysql) -DENABLE_FIREBIRD=OFF + # QT is only required for examples -DENABLE_QT4=OFF -DENABLE_QT5=OFF - -DENABLE_QT6=ON + -DENABLE_QT6=OFF -DENABLE_SAML=ON -DENABLE_OPENGL=$(usex opengl) )