diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-02-24 21:44:34 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-02-24 21:45:12 +0100 |
commit | e3f89da13628f18b98e0dce65d26b031da7abf4e (patch) | |
tree | d8d62e4e2e2c7e0163be241c18cc6382b22d7f1a /sys-libs/glibc/glibc-9999.ebuild | |
parent | app-office/libreoffice: Drop upstreamed patch (diff) | |
download | gentoo-e3f89da13628f18b98e0dce65d26b031da7abf4e.tar.gz gentoo-e3f89da13628f18b98e0dce65d26b031da7abf4e.tar.bz2 gentoo-e3f89da13628f18b98e0dce65d26b031da7abf4e.zip |
sys-libs/glibc: Relax systemd restrictions now we have 254.9-r1
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs/glibc/glibc-9999.ebuild')
-rw-r--r-- | sys-libs/glibc/glibc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |