commit: 97bb0cab80abf55eef0a5a93890a039c844eda75 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 26 04:46:30 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 04:46:30 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97bb0cab
x11-libs/libnotify: restrict tests I see the same failures as referenced in bug 59 below. Bug: https://gitlab.gnome.org/GNOME/libnotify/-/issues/30 Bug: https://gitlab.gnome.org/GNOME/libnotify/-/issues/59 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-libs/libnotify/libnotify-0.8.6.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-libs/libnotify/libnotify-0.8.6.ebuild b/x11-libs/libnotify/libnotify-0.8.6.ebuild index e05a80fe160d..fc3754544923 100644 --- a/x11-libs/libnotify/libnotify-0.8.6.ebuild +++ b/x11-libs/libnotify/libnotify-0.8.6.ebuild @@ -12,7 +12,9 @@ LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="gtk-doc +introspection test" -RESTRICT="!test? ( test )" +# https://gitlab.gnome.org/GNOME/libnotify/-/issues/30 +# https://gitlab.gnome.org/GNOME/libnotify/-/issues/59 +RESTRICT="!test? ( test ) test" REQUIRED_USE="gtk-doc? ( introspection )" RDEPEND="
