mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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="
|
||||
|
||||
Reference in New Issue
Block a user