commit: e3f89da13628f18b98e0dce65d26b031da7abf4e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 20:44:34 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 20:45:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3f89da1
sys-libs/glibc: Relax systemd restrictions now we have 254.9-r1
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
sys-libs/glibc/glibc-2.39-r1.ebuild | 2 +-
sys-libs/glibc/glibc-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/glibc/glibc-2.39-r1.ebuild
b/sys-libs/glibc/glibc-2.39-r1.ebuild
index cb9a3aab0ec1..f78730d16ac5 100644
--- a/sys-libs/glibc/glibc-2.39-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.39-r1.ebuild
@@ -38,7 +38,7 @@ 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"
+MIN_SYSTEMD_VER="254.9-r1"
if [[ ${PV} == 9999* ]]; then
inherit git-r3
diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 2b8f64f7e6ad..f82a00f91c2f 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -38,7 +38,7 @@ 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"
+MIN_SYSTEMD_VER="254.9-r1"
if [[ ${PV} == 9999* ]]; then
inherit git-r3