summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-04-18 00:19:21 -0400
committerMike Gilbert <floppym@gentoo.org>2024-04-18 00:19:21 -0400
commit867009193d04369c4ca3d9f0af26c72c8ca9b82f (patch)
treed7f435cb90597df79579a4cb0e280dccbd544f0a /sys-apps/systemd/systemd-255.4.ebuild
parentapp-containers/podman: remove 5.0.0 (diff)
downloadgentoo-867009193d04369c4ca3d9f0af26c72c8ca9b82f.tar.gz
gentoo-867009193d04369c4ca3d9f0af26c72c8ca9b82f.tar.bz2
gentoo-867009193d04369c4ca3d9f0af26c72c8ca9b82f.zip
sys-apps/systemd: make test-process-util work with pid-sandbox
Closes: https://bugs.gentoo.org/674458 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd/systemd-255.4.ebuild')
-rw-r--r--sys-apps/systemd/systemd-255.4.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sys-apps/systemd/systemd-255.4.ebuild b/sys-apps/systemd/systemd-255.4.ebuild
index de47dde183cf..03c7008aa486 100644
--- a/sys-apps/systemd/systemd-255.4.ebuild
+++ b/sys-apps/systemd/systemd-255.4.ebuild
@@ -190,11 +190,6 @@ pkg_pretend() {
die "systemd no longer supports split-usr"
fi
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
@@ -248,7 +243,8 @@ src_unpack() {
src_prepare() {
local PATCHES=(
- "${FILESDIR}"/255-install-format-overflow.patch
+ "${FILESDIR}/systemd-test-process-util.patch"
+ "${FILESDIR}/255-install-format-overflow.patch"
)
if ! use vanilla; then