Skip to content

Commit

Permalink
sys-apps/openrc: add blocker on sys-apps/systemd[sysv-utils]
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
floppym committed Feb 28, 2021
1 parent add6d9c commit a7a251e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion sys-apps/openrc/openrc-0.42.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
bash? ( app-shells/bash )
!prefix? (
sysv-utils? ( !sys-apps/sysvinit )
sysv-utils? (
!sys-apps/systemd[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( >=sys-apps/sysvinit-2.86-r6[selinux?] )
virtual/tmpfiles
)
Expand Down
5 changes: 4 additions & 1 deletion sys-apps/openrc/openrc-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
bash? ( app-shells/bash )
!prefix? (
sysv-utils? ( !sys-apps/sysvinit )
sysv-utils? (
!sys-apps/systemd[sysv-utils(-)]
!sys-apps/sysvinit
)
!sysv-utils? ( >=sys-apps/sysvinit-2.86-r6[selinux?] )
virtual/tmpfiles
)
Expand Down

0 comments on commit a7a251e

Please sign in to comment.