commit:     a44f9462fb78d5dde077012ab35d2046f89a2769
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 22:15:34 2018 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 22:15:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44f9462

app-shells/gentoo-zsh-completions: drop unnecessary openrc blocker

The proper blocker is added to openrc since it now supplies its own
completion files colliding with those in previous releases of
gentoo-zsh-completions.

 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild      | 3 +--
 .../gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild      | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
index 391b632254a..3cc5d5efac7 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions";
 LICENSE="ZSH"
 SLOT="0"
 
-RDEPEND=">=app-shells/zsh-4.3.5
-       !<sys-apps/openrc-0.35"
+RDEPEND=">=app-shells/zsh-4.3.5"
 
 src_install() {
        insinto /usr/share/zsh/site-functions

diff --git 
a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild 
b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
index fda2e863152..f25ef6864f7 100644
--- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
+++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
@@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions";
 LICENSE="ZSH"
 SLOT="0"
 
-RDEPEND=">=app-shells/zsh-4.3.5
-       !<sys-apps/openrc-0.35"
+RDEPEND=">=app-shells/zsh-4.3.5"
 
 src_install() {
        insinto /usr/share/zsh/site-functions

Reply via email to