Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/
Date: Thu, 02 Mar 2023 20:02:52
Message-Id: 1677787313.769305c1a4bbb4f3aa17a91168415aceaf902e47.floppym@gentoo
1 commit: 769305c1a4bbb4f3aa17a91168415aceaf902e47
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 2 20:01:53 2023 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 2 20:01:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=769305c1
7
8 sys-process/procps: skip 'makedev' in 90config-impl-decl
9
10 Closes: https://bugs.gentoo.org/898830
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 sys-process/procps/procps-3.3.17-r1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-process/procps/procps-3.3.17-r1.ebuild b/sys-process/procps/procps-3.3.17-r1.ebuild
17 index 8761ccfd17e1..e7a872a1c74e 100644
18 --- a/sys-process/procps/procps-3.3.17-r1.ebuild
19 +++ b/sys-process/procps/procps-3.3.17-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 +# Copyright 1999-2023 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -39,6 +39,9 @@ RDEPEND="${DEPEND}
27 !<app-i18n/man-pages-pl-0.7-r1
28 "
29
30 +# https://bugs.gentoo.org/898830
31 +QA_CONFIG_IMPL_DECL_SKIP=( makedev )
32 +
33 PATCHES=(
34 "${FILESDIR}"/${PN}-3.3.11-sysctl-manpage.patch # 565304
35 "${FILESDIR}"/${PN}-3.3.12-proc-tests.patch # 583036