From dad8fe99e7c9b736237b95b2fe4fa593b002c3c1 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Mon, 10 Jul 2017 00:26:33 +1000 Subject: sys-auth/polkit: disable broken test Gentoo-bug: 624022 Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- sys-auth/polkit/polkit-0.113-r3.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys-auth') diff --git a/sys-auth/polkit/polkit-0.113-r3.ebuild b/sys-auth/polkit/polkit-0.113-r3.ebuild index 71f994020fb9..4544579f1d9f 100644 --- a/sys-auth/polkit/polkit-0.113-r3.ebuild +++ b/sys-auth/polkit/polkit-0.113-r3.ebuild @@ -78,6 +78,9 @@ src_prepare() { -e 's/@ENABLE_GTK_DOC_FALSE@install-data-local://' \ docs/polkit/Makefile.in || die + # disable broken test - bug #624022 + sed -i -e "/^SUBDIRS/s/polkitbackend//" test/Makefile.am || die + # Fix cross-building, bug #590764, elogind patch, bug #598615 eautoreconf } -- cgit v1.2.3-65-gdbad