summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-09-03 07:16:07 +0100
committerSam James <sam@gentoo.org>2023-09-03 07:40:13 +0100
commit86c04a3b5311fbdaf84317f999317e02ef199d4e (patch)
treed105bbafaecbcf91e2100f8a415c18295269dc42 /sys-process/uksmd
parentdev-util/hip: add 5.5.1 (diff)
downloadgentoo-86c04a3b5311fbdaf84317f999317e02ef199d4e.tar.gz
gentoo-86c04a3b5311fbdaf84317f999317e02ef199d4e.tar.bz2
gentoo-86c04a3b5311fbdaf84317f999317e02ef199d4e.zip
sys-process/uksmd: depend on <procps-4
I'll do the bump to 6.4.1 in a sec (which hard-depends on >=procps-4) Bug: https://bugs.gentoo.org/913523 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-process/uksmd')
-rw-r--r--sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild b/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild
index cd90995efde0..0c3b180be3a5 100644
--- a/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild
+++ b/sys-process/uksmd/uksmd-0_pre20220705-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,8 +15,11 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-DEPEND="sys-libs/libcap-ng
- sys-process/procps:="
+# <procps-4 for bug #913523
+DEPEND="
+ sys-libs/libcap-ng
+ <sys-process/procps-4:=
+"
RDEPEND="${DEPEND}"
CONFIG_CHECK="~KSM"