summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-05-05 14:10:12 -0400
committerMike Gilbert <floppym@gentoo.org>2022-05-05 21:36:03 -0400
commitfaf544cbbaeacc18a292c4fc91881ff9bc421c6e (patch)
treef75c80e16211197cd619f3654199c732db708461 /sys-apps/systemd
parentnet-vpn/tor: keyword 0.4.7.7 for ~hppa, ~sparc (diff)
downloadgentoo-faf544cbbaeacc18a292c4fc91881ff9bc421c6e.tar.gz
gentoo-faf544cbbaeacc18a292c4fc91881ff9bc421c6e.tar.bz2
gentoo-faf544cbbaeacc18a292c4fc91881ff9bc421c6e.zip
sys-apps/systemd: increase minimum kernel version to 4.15
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-apps/systemd')
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index 8272af827231..3069cafa856d 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-9999.ebuild
@@ -45,7 +45,7 @@ REQUIRED_USE="
"
RESTRICT="!test? ( test )"
-MINKV="3.11"
+MINKV="4.15"
COMMON_DEPEND="
>=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}]
@@ -182,7 +182,7 @@ pkg_pretend() {
fi
local CONFIG_CHECK=" ~BINFMT_MISC ~BLK_DEV_BSG ~CGROUPS
- ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
+ ~CGROUP_BPF ~DEVTMPFS ~EPOLL ~FANOTIFY ~FHANDLE
~INOTIFY_USER ~IPV6 ~NET ~NET_NS ~PROC_FS ~SIGNALFD ~SYSFS
~TIMERFD ~TMPFS_XATTR ~UNIX ~USER_NS
~CRYPTO_HMAC ~CRYPTO_SHA256 ~CRYPTO_USER_API_HASH
@@ -191,9 +191,6 @@ pkg_pretend() {
use acl && CONFIG_CHECK+=" ~TMPFS_POSIX_ACL"
use seccomp && CONFIG_CHECK+=" ~SECCOMP ~SECCOMP_FILTER"
- kernel_is -lt 3 7 && CONFIG_CHECK+=" ~HOTPLUG"
- kernel_is -lt 4 7 && CONFIG_CHECK+=" ~DEVPTS_MULTIPLE_INSTANCES"
- kernel_is -ge 4 10 && CONFIG_CHECK+=" ~CGROUP_BPF"
if kernel_is -ge 5 10 20; then
CONFIG_CHECK+=" ~KCMP"