commit: 769305c1a4bbb4f3aa17a91168415aceaf902e47 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 20:01:53 2023 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 20:01:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769305c1
sys-process/procps: skip 'makedev' in 90config-impl-decl Closes: https://bugs.gentoo.org/898830 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-process/procps/procps-3.3.17-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-process/procps/procps-3.3.17-r1.ebuild b/sys-process/procps/procps-3.3.17-r1.ebuild index 8761ccfd17e1..e7a872a1c74e 100644 --- a/sys-process/procps/procps-3.3.17-r1.ebuild +++ b/sys-process/procps/procps-3.3.17-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,6 +39,9 @@ RDEPEND="${DEPEND} !<app-i18n/man-pages-pl-0.7-r1 " +# https://bugs.gentoo.org/898830 +QA_CONFIG_IMPL_DECL_SKIP=( makedev ) + PATCHES=( "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304 "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch # 583036
