Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/psinfo/
Date: Mon, 26 Sep 2022 12:27:37
Message-Id: 1664195174.2e82ad643d809c8ac1cb5b92e46c10344e3c6be5.sam@gentoo
1 commit: 2e82ad643d809c8ac1cb5b92e46c10344e3c6be5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 12:26:14 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 12:26:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e82ad64
7
8 sys-process/psinfo: revbump for unsigned char fix
9
10 it's only keyworded on amd64/x86, but it affects runtime and it'll
11 avoid confusion if any say, arm users have been using it (or trying to).
12
13 Closes: https://bugs.gentoo.org/872821
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-process/psinfo/psinfo-0.12-r1.ebuild | 1 -
17 sys-process/psinfo/{psinfo-0.12-r1.ebuild => psinfo-0.12-r2.ebuild} | 0
18 2 files changed, 1 deletion(-)
19
20 diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r1.ebuild
21 index fdf62188a826..033fcddb450b 100644
22 --- a/sys-process/psinfo/psinfo-0.12-r1.ebuild
23 +++ b/sys-process/psinfo/psinfo-0.12-r1.ebuild
24 @@ -15,7 +15,6 @@ LICENSE="GPL-2"
25
26 PATCHES=(
27 "${FILESDIR}/${P}-asneeded.patch"
28 - "${FILESDIR}/${P}-char.patch"
29 )
30
31 src_prepare() {
32
33 diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r2.ebuild
34 similarity index 100%
35 copy from sys-process/psinfo/psinfo-0.12-r1.ebuild
36 copy to sys-process/psinfo/psinfo-0.12-r2.ebuild