commit:     db5699f24a6b657a626cc8a5c5a06af8f00b7176
Author:     xz-dev <xiangzhedev <AT> gmail <DOT> com>
AuthorDate: Wed Jun 18 01:51:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 18 02:42:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db5699f2

sys-process/uksmd: limit procps dependency in 6.5.1

6.5.1 is incompatible with procps >= 4.0.5 due to PIDS_VAL API changes.
Upstream fixed this in newer versions but chose not to backport.
Version bump to 6.12.2 removes this limitation.

Bug: https://bugs.gentoo.org/958332
Bug: https://codeberg.org/pf-kernel/uksmd/issues/7

Signed-off-by: xz-dev <xiangzhedev <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42645
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/uksmd/uksmd-6.5.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/uksmd/uksmd-6.5.1.ebuild 
b/sys-process/uksmd/uksmd-6.5.1.ebuild
index 9b4eafccdd9e..23dda1def536 100644
--- a/sys-process/uksmd/uksmd-6.5.1.ebuild
+++ b/sys-process/uksmd/uksmd-6.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -17,7 +17,7 @@ IUSE="systemd"
 
 DEPEND="
        sys-libs/libcap-ng
-       >=sys-process/procps-4:=
+       <sys-process/procps-4.0.5
        systemd? ( sys-apps/systemd:= )
 "
 RDEPEND="${DEPEND}"

Reply via email to