Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pax-utils/
Date: Thu, 07 Oct 2021 07:12:12
Message-Id: 1633590690.c8cf2a059e64957bbeba36813ffbd887523f91f1.vapier@gentoo
1 commit: c8cf2a059e64957bbeba36813ffbd887523f91f1
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 07:08:36 2021 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 07:11:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cf2a05
7
8 app-misc/pax-utils: drop old linux-headers dep
9
10 This was needed when the seccomp filters were generated on the fly via
11 libseccomp, but we precompile & ship the filters ahead of time now, so
12 don't need up-to-date kernel headers when building via the ebuild.
13
14 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
15
16 app-misc/pax-utils/pax-utils-1.3.1.ebuild | 6 +-----
17 app-misc/pax-utils/pax-utils-1.3.2.ebuild | 6 +-----
18 app-misc/pax-utils/pax-utils-1.3.3.ebuild | 6 +-----
19 3 files changed, 3 insertions(+), 15 deletions(-)
20
21 diff --git a/app-misc/pax-utils/pax-utils-1.3.1.ebuild b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
22 index 343870e9abe..0811930618d 100644
23 --- a/app-misc/pax-utils/pax-utils-1.3.1.ebuild
24 +++ b/app-misc/pax-utils/pax-utils-1.3.1.ebuild
25 @@ -26,11 +26,7 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
26 ')
27 )
28 "
29 -# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624
30 -DEPEND="
31 - ${RDEPEND}
32 - kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) )
33 -"
34 +DEPEND="${RDEPEND}"
35 BDEPEND="
36 caps? ( virtual/pkgconfig )
37 "
38
39 diff --git a/app-misc/pax-utils/pax-utils-1.3.2.ebuild b/app-misc/pax-utils/pax-utils-1.3.2.ebuild
40 index f99948a5de3..8e96fbe04f6 100644
41 --- a/app-misc/pax-utils/pax-utils-1.3.2.ebuild
42 +++ b/app-misc/pax-utils/pax-utils-1.3.2.ebuild
43 @@ -26,11 +26,7 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
44 ')
45 )
46 "
47 -# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624
48 -DEPEND="
49 - ${RDEPEND}
50 - kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) )
51 -"
52 +DEPEND="${RDEPEND}"
53 BDEPEND="
54 caps? ( virtual/pkgconfig )
55 "
56
57 diff --git a/app-misc/pax-utils/pax-utils-1.3.3.ebuild b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
58 index 097d367f740..ba45fad2cd4 100644
59 --- a/app-misc/pax-utils/pax-utils-1.3.3.ebuild
60 +++ b/app-misc/pax-utils/pax-utils-1.3.3.ebuild
61 @@ -29,11 +29,7 @@ RDEPEND="caps? ( >=sys-libs/libcap-2.24 )
62 ')
63 )
64 "
65 -# >=linux-headers-5.8 to pick linux headers with faccessat2, bug #768624
66 -DEPEND="
67 - ${RDEPEND}
68 - kernel_linux? ( !prefix-guest? ( >=sys-kernel/linux-headers-5.8 ) )
69 -"
70 +DEPEND="${RDEPEND}"
71 BDEPEND="
72 caps? ( virtual/pkgconfig )
73 "