Сравнение quota-4.10 с quota-4.11

/usr/portage/sys-fs/quota/quota-4.11.ebuild 2026-01-24 11:18:05.047670319 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
31 31
PDEPEND="rpc? ( net-nds/rpcbind )"
32 32
RDEPEND+=" selinux? ( sec-policy/selinux-quota )"
33 33

  
34
PATCHES=(
35
	"${FILESDIR}"/${PN}-4.10-fix-building-on-musl.patch
36
)
37

  
38 34
src_configure() {
39 35
	local myeconfargs=(
40 36
		--enable-ext2direct
Спасибо!