commit: a66499f6dd7b9e1643e8d6062206c56ca31971fe Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 20:05:15 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 20:05:15 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66499f6
sys-apps/file: add 'makedev' to QA_CONFIG_IMPL_DECL_SKIP Closes: https://bugs.gentoo.org/898676 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/file/file-5.44-r3.ebuild | 3 +++ sys-apps/file/file-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) 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