diff options
author | 2023-05-17 17:27:13 -0400 | |
---|---|---|
committer | 2023-05-17 17:54:44 -0400 | |
commit | ca7ff2f4646cd1372575d46ef439baf4f2f9ce15 (patch) | |
tree | 50fd30c7d5ef73c98a4869c640d393a6b107313f /dev-libs | |
parent | sci-mathematics/lean: bump to 3.51.0 (diff) | |
download | gentoo-ca7ff2f4646cd1372575d46ef439baf4f2f9ce15.tar.gz gentoo-ca7ff2f4646cd1372575d46ef439baf4f2f9ce15.tar.bz2 gentoo-ca7ff2f4646cd1372575d46ef439baf4f2f9ce15.zip |
dev-libs/glib: Reapply patch to mark gdbus-server-auth test as flaky
This patch was mistakenly dropped in the v2.76.1 bump.
Closes: https://bugs.gentoo.org/902837
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.76.2.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/glib/glib-2.76.2.ebuild b/dev-libs/glib/glib-2.76.2.ebuild index 6bc394bd8bb9..ce0eb4b28688 100644 --- a/dev-libs/glib/glib-2.76.2.ebuild +++ b/dev-libs/glib/glib-2.76.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" |