summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2023-03-02 15:01:53 -0500
committerMike Gilbert <floppym@gentoo.org>2023-03-02 15:01:53 -0500
commit769305c1a4bbb4f3aa17a91168415aceaf902e47 (patch)
tree84287e89563089af25cd934e66d65b6d0e20ff12 /sys-process
parentx11-libs/libxkbcommon: Stabilize 1.5.0 arm, #898950 (diff)
downloadgentoo-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.ebuild5
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