From 03979888c36ce4e953dcb4faf953522323a352bc Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sat, 24 Feb 2024 00:06:28 +0100 Subject: sys-libs/glibc: Add blocker for too old systemd (otherwise things in nspawns fail) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas K. Hüttel --- sys-libs/glibc/glibc-2.39-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys-libs/glibc/glibc-2.39-r1.ebuild') diff --git a/sys-libs/glibc/glibc-2.39-r1.ebuild b/sys-libs/glibc/glibc-2.39-r1.ebuild index 54ddcc4bbadb..cb9a3aab0ec1 100644 --- a/sys-libs/glibc/glibc-2.39-r1.ebuild +++ b/sys-libs/glibc/glibc-2.39-r1.ebuild @@ -36,6 +36,10 @@ MIN_KERN_VER="3.2.0" # its seccomp filter!). Please double check this! MIN_PAX_UTILS_VER="1.3.3" +# Minimum systemd version needed (which contains any new syscall changes for +# its seccomp filter!). Please double check this! +MIN_SYSTEMD_VER="255" + if [[ ${PV} == 9999* ]]; then inherit git-r3 else @@ -130,6 +134,7 @@ DEPEND="${COMMON_DEPEND} " RDEPEND="${COMMON_DEPEND} !