commit: 860addeb8b7b3cbb55b42ba902382e561bba25a7 Author: Matt Jolly <kangie <AT> gentoo <DOT> org> AuthorDate: Mon Sep 16 08:53:22 2024 +0000 Commit: Matt Jolly <kangie <AT> gentoo <DOT> org> CommitDate: Mon Sep 16 09:09:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860addeb
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 <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/38614 Signed-off-by: Matt Jolly <kangie <AT> gentoo.org> ...penrc-plugin-0.3.0.ebuild => plymouth-openrc-plugin-0.3.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 similarity index 91% rename from sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.3.0.ebuild rename to 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"
