sys-kernel/installkernel-gentoo: Fix blocker for stable debianutils
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 10:53:55 +0000 (11:53 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Jan 2020 10:55:41 +0000 (11:55 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-kernel/installkernel-gentoo/installkernel-gentoo-1.ebuild

index 79a73f028aafe99d431feecd8bec0a5f32ca940a..9a5e72e513db987461dcfa05e8dc04dab6e9bc36 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,8 +13,8 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x86-linux"
 
 RDEPEND="
-       sys-apps/debianutils
-       !<sys-apps/debianutils-4.9-r1[installkernel]
+       >=sys-apps/debianutils-4.9-r1
+       !<sys-apps/debianutils-4.9-r1[installkernel(+)]
        !sys-kernel/installkernel-systemd-boot"
 
 src_install() {