diff options
Diffstat (limited to 'sys-apps/systemd/systemd-254.10.ebuild')
-rw-r--r-- | sys-apps/systemd/systemd-254.10.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys-apps/systemd/systemd-254.10.ebuild b/sys-apps/systemd/systemd-254.10.ebuild index 3428d3abc74f..c85a0b31b907 100644 --- a/sys-apps/systemd/systemd-254.10.ebuild +++ b/sys-apps/systemd/systemd-254.10.ebuild @@ -182,11 +182,6 @@ QA_EXECSTACK="usr/lib/systemd/boot/efi/*" pkg_pretend() { if [[ ${MERGE_TYPE} != buildonly ]]; then - if use test && has pid-sandbox ${FEATURES}; then - ewarn "Tests are known to fail with PID sandboxing enabled." - ewarn "See https://bugs.gentoo.org/674458." - fi - local CONFIG_CHECK="~BLK_DEV_BSG ~CGROUPS ~CGROUP_BPF ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS @@ -240,6 +235,7 @@ src_unpack() { src_prepare() { local PATCHES=( + "${FILESDIR}/systemd-test-process-util.patch" "${FILESDIR}/systemd-253-initrd-generators.patch" "${FILESDIR}/254-PrivateDevices-userdbd.patch" ) |