aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Liao <liaoyuan@gmail.com>2022-04-22 11:20:48 -0700
committerYuan Liao <liaoyuan@gmail.com>2022-04-22 11:47:33 -0700
commit258ed04d7ebe630ad9d276b540924e02ec41eae2 (patch)
tree9af90ee176a7d4f48e53d07c48034e80dde55ee7 /gui-libs/text-engine
parentgui-libs/text-engine: Update LICENSE for live ebuild (diff)
downloadguru-258ed04d7ebe630ad9d276b540924e02ec41eae2.tar.gz
guru-258ed04d7ebe630ad9d276b540924e02ec41eae2.tar.bz2
guru-258ed04d7ebe630ad9d276b540924e02ec41eae2.zip
gui-libs/text-engine: Limit dev-libs/glib to >=2.72.0 for live ebuild
As of the time when this commit is authored, the latest stable version of dev-libs/glib in ::gentoo is 2.70.4; however, some new tests of this package added in commits staged for the next release would fail with glib 2.70.4: Bail out! GLib-FATAL-ERROR: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes (test/split:29196): GLib-ERROR **: 11:25:10.093: ../glib-2.70.4/glib/gmem.c:112: failed to allocate 18446744073709551611 bytes Trace/breakpoint trap (core dumped) These failures can be fixed by upgrading glib to >=2.72.0; 2.72.0 is also the version used by the upstream in this project's CI builds. Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
Diffstat (limited to 'gui-libs/text-engine')
-rw-r--r--gui-libs/text-engine/text-engine-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/text-engine/text-engine-9999.ebuild b/gui-libs/text-engine/text-engine-9999.ebuild
index f0d007a6f4..f03fe156c4 100644
--- a/gui-libs/text-engine/text-engine-9999.ebuild
+++ b/gui-libs/text-engine/text-engine-9999.ebuild
@@ -24,7 +24,7 @@ BDEPEND="
"
COMMON_DEPEND="
- dev-libs/glib:2
+ >=dev-libs/glib-2.72.0:2
dev-libs/libxml2:2
gui-libs/gtk:4
"