diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-07 11:34:36 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-07 11:35:15 -0500 |
commit | 494fb3203b2c4d5512ed172ac85154f97d1155b8 (patch) | |
tree | eb9b91440b689b8343f4ce99aa4b8618c059b0e4 /sys-apps | |
parent | dev-util/tkdiff: remove unused patch (diff) | |
download | gentoo-494fb3203b2c4d5512ed172ac85154f97d1155b8.tar.gz gentoo-494fb3203b2c4d5512ed172ac85154f97d1155b8.tar.bz2 gentoo-494fb3203b2c4d5512ed172ac85154f97d1155b8.zip |
sys-apps/systemd: kernel check for CHECKPOINT_RESTORE
Required for kcmp(2) support.
Package-Manager: portage-2.3.2_p4
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/systemd/systemd-232.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/systemd/systemd-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/systemd/systemd-232.ebuild b/sys-apps/systemd/systemd-232.ebuild index ee96554a03f0..a45086f14ee9 100644 --- a/sys-apps/systemd/systemd-232.ebuild +++ b/sys-apps/systemd/systemd-232.ebuild @@ -105,7 +105,7 @@ python_check_deps() { pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS - ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE + ~CHECKPOINT_RESTORE ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild index ee96554a03f0..a45086f14ee9 100644 --- a/sys-apps/systemd/systemd-9999.ebuild +++ b/sys-apps/systemd/systemd-9999.ebuild @@ -105,7 +105,7 @@ python_check_deps() { pkg_pretend() { local CONFIG_CHECK="~AUTOFS4_FS ~BLK_DEV_BSG ~CGROUPS - ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE + ~CHECKPOINT_RESTORE ~DEVTMPFS ~DMIID ~EPOLL ~FANOTIFY ~FHANDLE ~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS ~TIMERFD ~TMPFS_XATTR ~UNIX ~!FW_LOADER_USER_HELPER ~!GRKERNSEC_PROC ~!IDE ~!SYSFS_DEPRECATED |