diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-03-02 15:01:53 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-03-02 15:01:53 -0500 |
commit | 769305c1a4bbb4f3aa17a91168415aceaf902e47 (patch) | |
tree | 84287e89563089af25cd934e66d65b6d0e20ff12 /sys-process | |
parent | x11-libs/libxkbcommon: Stabilize 1.5.0 arm, #898950 (diff) | |
download | gentoo-769305c1a4bbb4f3aa17a91168415aceaf902e47.tar.gz gentoo-769305c1a4bbb4f3aa17a91168415aceaf902e47.tar.bz2 gentoo-769305c1a4bbb4f3aa17a91168415aceaf902e47.zip |
sys-process/procps: skip 'makedev' in 90config-impl-decl
Closes: https://bugs.gentoo.org/898830
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procps/procps-3.3.17-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |