summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-11-26 11:57:47 -0500
committerMatt Turner <mattst88@gentoo.org>2022-11-26 12:19:34 -0500
commit425790bb76e60276526d035f760468fad190ac0f (patch)
tree396c0785a8a039377baeaecfad0fe505efeddef7
parentdev-libs/glib: Drop old versions (diff)
downloadgentoo-425790bb76e60276526d035f760468fad190ac0f.tar.gz
gentoo-425790bb76e60276526d035f760468fad190ac0f.tar.bz2
gentoo-425790bb76e60276526d035f760468fad190ac0f.zip
dev-libs/glib: Reapply flaky test patch
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--dev-libs/glib/glib-2.74.2.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/glib/glib-2.74.2.ebuild b/dev-libs/glib/glib-2.74.2.ebuild
index c4d2906460ab..c62ece284c75 100644
--- a/dev-libs/glib/glib-2.74.2.ebuild
+++ b/dev-libs/glib/glib-2.74.2.ebuild
@@ -67,6 +67,10 @@ MULTILIB_CHOST_TOOLS=(
/usr/bin/gio-querymodules$(get_exeext)
)
+PATCHES=(
+ "${FILESDIR}"/${PN}-2.64.1-mark-gdbus-server-auth-test-flaky.patch
+)
+
pkg_setup() {
if use kernel_linux ; then
CONFIG_CHECK="~INOTIFY_USER"