commit: 2e82ad643d809c8ac1cb5b92e46c10344e3c6be5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 26 12:26:14 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Sep 26 12:26:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e82ad64
sys-process/psinfo: revbump for unsigned char fix it's only keyworded on amd64/x86, but it affects runtime and it'll avoid confusion if any say, arm users have been using it (or trying to). Closes: https://bugs.gentoo.org/872821 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/psinfo/psinfo-0.12-r1.ebuild | 1 - sys-process/psinfo/{psinfo-0.12-r1.ebuild => psinfo-0.12-r2.ebuild} | 0 2 files changed, 1 deletion(-) diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r1.ebuild index fdf62188a826..033fcddb450b 100644 --- a/sys-process/psinfo/psinfo-0.12-r1.ebuild +++ b/sys-process/psinfo/psinfo-0.12-r1.ebuild @@ -15,7 +15,6 @@ LICENSE="GPL-2" PATCHES=( "${FILESDIR}/${P}-asneeded.patch" - "${FILESDIR}/${P}-char.patch" ) src_prepare() { diff --git a/sys-process/psinfo/psinfo-0.12-r1.ebuild b/sys-process/psinfo/psinfo-0.12-r2.ebuild similarity index 100% copy from sys-process/psinfo/psinfo-0.12-r1.ebuild copy to sys-process/psinfo/psinfo-0.12-r2.ebuild
