diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-07 03:08:36 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-07 03:11:30 -0400 |
commit | c8cf2a059e64957bbeba36813ffbd887523f91f1 (patch) | |
tree | 95e55f65d6a4be8aae23d53f6cce11efd838ab82 /app-misc/pax-utils/pax-utils-1.3.3.ebuild | |
parent | sys-kernel/gentoo-kernel-bin: add 5.10.71-r1 for arm64 (diff) | |
download | gentoo-c8cf2a059e64957bbeba36813ffbd887523f91f1.tar.gz gentoo-c8cf2a059e64957bbeba36813ffbd887523f91f1.tar.bz2 gentoo-c8cf2a059e64957bbeba36813ffbd887523f91f1.zip |
app-misc/pax-utils: drop old linux-headers dep
This was needed when the seccomp filters were generated on the fly via
libseccomp, but we precompile & ship the filters ahead of time now, so
don't need up-to-date kernel headers when building via the ebuild.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'app-misc/pax-utils/pax-utils-1.3.3.ebuild')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.3.3.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild b/app-misc/pax-utils/pax-utils-1.3.3.ebuild index 097d367f740f..ba45fad2cd40 100644 --- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild +++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild @@ -29,11 +29,7 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 ) ') ) " -# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624 -DEPEND=" - ${RDEPEND} - kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) ) -" +DEPEND="${RDEPEND}" BDEPEND=" caps? ( virtual/pkgconfig ) " |