diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-06-06 16:41:20 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-06 16:54:53 +0300 |
commit | 7ad7c121359323754a268ccb00da6a575982de86 (patch) | |
tree | 3ae03fac02aa80b93ba436b1ff88f65b8c191313 /sys-boot | |
parent | sys-boot/plymouth-openrc-plugin: QA checker feedback (diff) | |
download | gentoo-7ad7c121359323754a268ccb00da6a575982de86.tar.gz gentoo-7ad7c121359323754a268ccb00da6a575982de86.tar.bz2 gentoo-7ad7c121359323754a268ccb00da6a575982de86.zip |
sys-boot/plymouth-openrc-plugin: add proper blocker for systemd
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild index f08b887569eb..cbcd73c52a0c 100644 --- a/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild +++ b/sys-boot/plymouth-openrc-plugin/plymouth-openrc-plugin-0.1.3.ebuild @@ -12,9 +12,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="sys-apps/openrc:=" +DEPEND="sys-apps/openrc" RDEPEND="${DEPEND} - sys-boot/plymouth" + sys-boot/plymouth + !sys-apps/systemd" src_install() { insinto /$(get_libdir)/rc/plugins @@ -26,9 +27,4 @@ pkg_postinst() { ewarn "You need to disable 'rc_interactive' feature in /etc/rc.conf to make" ewarn "Plymouth work properly with OpenRC init system." fi - - if has_version sys-apps/systemd; then - eerror "sys-apps/systemd is installed, please uninstall this package if you" - eerror "are booting with systemd" - fi } |