diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-03-02 15:05:15 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-03-02 15:05:15 -0500 |
commit | a66499f6dd7b9e1643e8d6062206c56ca31971fe (patch) | |
tree | 056976e7912083a5a99ec741fd87403851a3326b | |
parent | sys-process/procps: skip 'makedev' in 90config-impl-decl (diff) | |
download | gentoo-a66499f6dd7b9e1643e8d6062206c56ca31971fe.tar.gz gentoo-a66499f6dd7b9e1643e8d6062206c56ca31971fe.tar.bz2 gentoo-a66499f6dd7b9e1643e8d6062206c56ca31971fe.zip |
sys-apps/file: add 'makedev' to QA_CONFIG_IMPL_DECL_SKIP
Closes: https://bugs.gentoo.org/898676
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | sys-apps/file/file-5.44-r3.ebuild | 3 | ||||
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/file/file-5.44-r3.ebuild b/sys-apps/file/file-5.44-r3.ebuild index d62a1b406c2a..dc9376f5c87a 100644 --- a/sys-apps/file/file-5.44-r3.ebuild +++ b/sys-apps/file/file-5.44-r3.ebuild @@ -55,6 +55,9 @@ BDEPEND+=" ) " +# https://bugs.gentoo.org/898676 +QA_CONFIG_IMPL_DECL_SKIP=( makedev ) + PATCHES=( "${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet "${FILESDIR}/file-5.43-portage-sandbox.patch" #889046 diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 26babd17aba5..fdcca649e2a5 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -55,6 +55,9 @@ BDEPEND+=" ) " +# https://bugs.gentoo.org/898676 +QA_CONFIG_IMPL_DECL_SKIP=( makedev ) + PATCHES=( "${FILESDIR}/file-5.43-seccomp-fstatat64-musl.patch" #789336, not upstream yet "${FILESDIR}/file-5.43-portage-sandbox.patch" #889046 |