From 783d784745830f02fff16f11844b9680dad46e9e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 1 Sep 2024 10:25:21 +0100 Subject: sys-auth/polkit: drop test restriction for live Upstream commit f0b67353240ec8f8d24c2666d74560d93996c1c5 makes them be skipped gracefully. But since 8e17f09c770bc2efd5deb40ba2b6032d40603578 upstream which dropped mocklibc, the tests still need privileges so now they're all skipped :( Signed-off-by: Sam James --- sys-auth/polkit/polkit-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys-auth') diff --git a/sys-auth/polkit/polkit-9999.ebuild b/sys-auth/polkit/polkit-9999.ebuild index 8e4746e9e99b..71d7e57a0403 100644 --- a/sys-auth/polkit/polkit-9999.ebuild +++ b/sys-auth/polkit/polkit-9999.ebuild @@ -29,8 +29,7 @@ if [[ ${PV} != 9999 ]] ; then KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi IUSE="+daemon examples gtk +introspection kde pam selinux systemd test" -# Tests restricted b/c of permissions -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" BDEPEND=" acct-user/polkitd -- cgit v1.2.3-65-gdbad