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

Reply via email to