diff options
author | Sam James <sam@gentoo.org> | 2024-09-01 10:25:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-01 10:25:21 +0100 |
commit | 783d784745830f02fff16f11844b9680dad46e9e (patch) | |
tree | 3d195ddc4cb9c10bd7b852ce5e462410e3953c1d /sys-auth | |
parent | sys-auth/polkit: fix musl build (diff) | |
download | gentoo-783d784745830f02fff16f11844b9680dad46e9e.tar.gz gentoo-783d784745830f02fff16f11844b9680dad46e9e.tar.bz2 gentoo-783d784745830f02fff16f11844b9680dad46e9e.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/polkit/polkit-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
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 |