Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/file/
Date: Thu, 02 Mar 2023 20:06:24
Message-Id: 1677787515.a66499f6dd7b9e1643e8d6062206c56ca31971fe.floppym@gentoo
1 commit: a66499f6dd7b9e1643e8d6062206c56ca31971fe
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 20:05:15 2023 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 20:05:15 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66499f6
7
8 sys-apps/file: add 'makedev' to QA_CONFIG_IMPL_DECL_SKIP
9
10 Closes: https://bugs.gentoo.org/898676
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-apps/file/file-5.44-r3.ebuild | 3 +++
14 sys-apps/file/file-9999.ebuild | 3 +++
15 2 files changed, 6 insertions(+)
16
17 diff --git a/sys-apps/file/file-5.44-r3.ebuild b/sys-apps/file/file-5.44-r3.ebuild
18 index d62a1b406c2a..dc9376f5c87a 100644
19 --- a/sys-apps/file/file-5.44-r3.ebuild
20 +++ b/sys-apps/file/file-5.44-r3.ebuild
21 @@ -55,6 +55,9 @@ BDEPEND+="
22 )
23 "
24
25 +# https://bugs.gentoo.org/898676
26 +QA_CONFIG_IMPL_DECL_SKIP=( makedev )
27 +
28 PATCHES=(
29 "${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet
30 "${FILESDIR}/file-5.43-portage-sandbox.patch" #889046
31
32 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
33 index 26babd17aba5..fdcca649e2a5 100644
34 --- a/sys-apps/file/file-9999.ebuild
35 +++ b/sys-apps/file/file-9999.ebuild
36 @@ -55,6 +55,9 @@ BDEPEND+="
37 )
38 "
39
40 +# https://bugs.gentoo.org/898676
41 +QA_CONFIG_IMPL_DECL_SKIP=( makedev )
42 +
43 PATCHES=(
44 "${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet
45 "${FILESDIR}/file-5.43-portage-sandbox.patch" #889046