Сравнение xfsprogs-6.18.0 с xfsprogs-7.0.0

/usr/portage/sys-fs/xfsprogs/xfsprogs-7.0.0.ebuild 2026-05-14 19:17:06.265527759 +0300
11 11

  
12 12
LICENSE="LGPL-2.1"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
15 15
IUSE="icu libedit nls selinux static-libs"
16 16

  
17 17
RDEPEND="
......
23 23
"
24 24
DEPEND="
25 25
	${RDEPEND}
26
	>=sys-kernel/linux-headers-6.11
26
	>=sys-kernel/linux-headers-6.18
27 27
"
28 28
BDEPEND="nls? ( sys-devel/gettext )"
29 29
RDEPEND+=" selinux? ( sec-policy/selinux-xfs )"
......
71 71
		# The default value causes double 'lib'
72 72
		--localstatedir="${EPREFIX}/var"
73 73
		--with-crond-dir="${EPREFIX}/etc/cron.d"
74
		# TODO: Write equivalent OpenRC init scripts for installed systemd units
75
		# Possibly document timer equivalents too for cron
74 76
		--with-systemd-unit-dir="$(systemd_get_systemunitdir)"
75 77
		--with-udev-rule-dir="$(get_udevdir)/rules.d"
76 78
		$(use_enable icu libicu)
Спасибо!