summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-02-04 09:16:54 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2021-02-04 09:17:20 +0000
commitfbd7a6a460203eebe25f4335d65f213fc1f7c301 (patch)
treedda4bc3287821bfd3a9b6de484c1d1bea745707b /app-misc
parentdev-python/python-utils: Bump to 2.5.6 (diff)
downloadgentoo-fbd7a6a460203eebe25f4335d65f213fc1f7c301.tar.gz
gentoo-fbd7a6a460203eebe25f4335d65f213fc1f7c301.tar.bz2
gentoo-fbd7a6a460203eebe25f4335d65f213fc1f7c301.zip
app-misc/pax-utils: require linux-headers=5.8+ for faccessat2
Reported-by: Lars Wendler (Polynomial-C) Closes: https://bugs.gentoo.org/768624 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/pax-utils/pax-utils-1.2.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.2.9.ebuild b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
index e7a257126c0c..fcc2def6b6e8 100644
--- a/app-misc/pax-utils/pax-utils-1.2.9.ebuild
+++ b/app-misc/pax-utils/pax-utils-1.2.9.ebuild
@@ -26,10 +26,10 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
)
seccomp? ( sys-libs/libseccomp )
"
-# >=linux-headers-4.11 to pick linux headers with statx, bug #737094
+# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624
DEPEND="
${RDEPEND}
- kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-4.11 ) )
+ kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) )
"
BDEPEND="
caps? ( virtual/pkgconfig )