From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1701386-garchives=archives.gentoo.org@lists.gentoo.org>
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 (4096 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 4541C15802C
	for <garchives@archives.gentoo.org>; Wed, 18 Dec 2024 17:21:29 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6AFC4E086A;
	Wed, 18 Dec 2024 17:21:28 +0000 (UTC)
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 pigeon.gentoo.org (Postfix) with ESMTPS id 33CEBE086A
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 17:21:28 +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))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 2FEB0342F8E
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 17:21:27 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B3BEF1F64
	for <gentoo-commits@lists.gentoo.org>; Wed, 18 Dec 2024 17:21:25 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
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" <davidroman96@gmail.com>
Message-ID: <1734530011.fc0350093859afa252aade273046fe4fee2676f9.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/wt/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-cpp/wt/wt-4.11.1.ebuild
X-VCS-Directories: dev-cpp/wt/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: fc0350093859afa252aade273046fe4fee2676f9
X-VCS-Branch: master
Date: Wed, 18 Dec 2024 17:21:25 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d0164fac-b1af-4245-8aee-7579f6e7807a
X-Archives-Hash: 79412432ddb2f219473b6005a790858a
Message-ID: <20241218172125.c7tGVKaptG9Rq_q71BCgizMfbU5YM7aB5nJcibTE2PM@z>

commit:     fc0350093859afa252aade273046fe4fee2676f9
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Wed Dec 18 11:08:32 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Dec 18 13:53:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc035009

dev-cpp/wt: workaround build failure

wt is not compatible with the latest boost version

Closes: https://bugs.gentoo.org/946614
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-cpp/wt/wt-4.11.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/wt/wt-4.11.1.ebuild b/dev-cpp/wt/wt-4.11.1.ebuild
index f9e0dc151..ce1453eaa 100644
--- a/dev-cpp/wt/wt-4.11.1.ebuild
+++ b/dev-cpp/wt/wt-4.11.1.ebuild
@@ -21,7 +21,7 @@ DEPEND="
 	pango? ( x11-libs/pango )
 	postgres? ( dev-db/postgresql )
 	ssl? ( dev-libs/openssl )
-	dev-libs/boost:=
+	<=dev-libs/boost-1.86.0:=
 	media-libs/libharu
 	media-gfx/graphicsmagick[jpeg,png]
 	sys-libs/zlib