commit: 2b7fd4daabc3eae045c411c53d5cdcd227724365
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Mon Jun 10 15:06:51 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jun 10 15:06:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2b7fd4da
dev-cpp/wt: fix build time issue
wt depends on a functionality that has been removed in latest boost
version.
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
dev-cpp/wt/wt-4.10.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/wt/wt-4.10.4.ebuild b/dev-cpp/wt/wt-4.10.4.ebuild
index ea38bb582..3f791ec53 100644
--- a/dev-cpp/wt/wt-4.10.4.ebuild
+++ b/dev-cpp/wt/wt-4.10.4.ebuild
@@ -20,7 +20,7 @@ DEPEND="
opengl? ( virtual/opengl )
postgres? ( dev-db/postgresql )
ssl? ( dev-libs/openssl )
- dev-libs/boost
+ <dev-libs/boost-1.85.0
media-libs/libharu
media-gfx/graphicsmagick[jpeg,png]
x11-libs/pango