diff options
author | Elias Probst <mail@eliasprobst.eu> | 2018-02-23 22:26:47 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-02-26 09:48:04 -0500 |
commit | a19ab0865682ecb0cf3927ee0dd47e9346f9be41 (patch) | |
tree | f560e66f437b2edc2aa77d042847b9a4a99188d7 /sys-apps/systemd | |
parent | media-video/x264-encoder: amd64 stable (diff) | |
download | gentoo-a19ab0865682ecb0cf3927ee0dd47e9346f9be41.tar.gz gentoo-a19ab0865682ecb0cf3927ee0dd47e9346f9be41.tar.bz2 gentoo-a19ab0865682ecb0cf3927ee0dd47e9346f9be41.zip |
sys-apps/systemd: bump libseccomp dependency to >=2.3.3
Ensures systemd's SystemCallFilter=@file-system can deal with the statx
syscall for which support was added in libseccomp-2.3.3.
See also: https://github.com/systemd/systemd/issues/8261
Closes: https://bugs.gentoo.org/648640
Closes: https://github.com/gentoo/gentoo/pull/7273
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index 97ed32eebe70..600b9eb9dd78 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -56,7 +56,7 @@ COMMON_DEPEND=">=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] pam? ( virtual/pam:=[${MULTILIB_USEDEP}] ) pcre? ( dev-libs/libpcre2 ) qrcode? ( media-gfx/qrencode:0= ) - seccomp? ( >=sys-libs/libseccomp-2.3.1:0= ) + seccomp? ( >=sys-libs/libseccomp-2.3.3:0= ) selinux? ( sys-libs/libselinux:0= ) xkb? ( >=x11-libs/libxkbcommon-0.4.1:0= ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9 |