summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-09-16 18:53:22 +1000
committerMatt Jolly <kangie@gentoo.org>2024-09-16 19:09:04 +1000
commit860addeb8b7b3cbb55b42ba902382e561bba25a7 (patch)
treee2748d9514eb4e6f20056194d007cb1708114c1d /sys-boot
parentnet-dns/ez-ipupdate: drop 3.0.11.13.3_beta8-r4 (diff)
downloadgentoo-860addeb8b7b3cbb55b42ba902382e561bba25a7.tar.gz
gentoo-860addeb8b7b3cbb55b42ba902382e561bba25a7.tar.bz2
gentoo-860addeb8b7b3cbb55b42ba902382e561bba25a7.zip
sys-boot/plymouth-openrc-plugin: fix dependencies
The updated ebuild does not include appropriate mimimum version guards for sys-apps/openrc and sys-apps/openrc-navi Closes: https://bugs.gentoo.org/939663 Co-authored-by: VNAT <xepjk@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38614 Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild (renamed from sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild
index 548942b7f6da..5b5dadc646fc 100644
--- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild
+++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0-r1.ebuild
@@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug"
-DEPEND="|| ( sys-apps/openrc sys-apps/openrc-navi )"
+DEPEND="|| ( >=sys-apps/openrc-0.55 >=sys-apps/openrc-navi-0.60_beta3 )"
RDEPEND="${DEPEND}
sys-boot/plymouth
!sys-apps/systemd"