Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-zsh-completions/
Date: Thu, 01 Mar 2018 22:18:11
Message-Id: 1519942534.a44f9462fb78d5dde077012ab35d2046f89a2769.radhermit@gentoo
1 commit: a44f9462fb78d5dde077012ab35d2046f89a2769
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 22:15:34 2018 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 22:15:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a44f9462
7
8 app-shells/gentoo-zsh-completions: drop unnecessary openrc blocker
9
10 The proper blocker is added to openrc since it now supplies its own
11 completion files colliding with those in previous releases of
12 gentoo-zsh-completions.
13
14 .../gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild | 3 +--
15 .../gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild | 3 +--
16 2 files changed, 2 insertions(+), 4 deletions(-)
17
18 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
19 index 391b632254a..3cc5d5efac7 100644
20 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
21 +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-20180228.ebuild
22 @@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions"
23 LICENSE="ZSH"
24 SLOT="0"
25
26 -RDEPEND=">=app-shells/zsh-4.3.5
27 - !<sys-apps/openrc-0.35"
28 +RDEPEND=">=app-shells/zsh-4.3.5"
29
30 src_install() {
31 insinto /usr/share/zsh/site-functions
32
33 diff --git a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
34 index fda2e863152..f25ef6864f7 100644
35 --- a/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
36 +++ b/app-shells/gentoo-zsh-completions/gentoo-zsh-completions-99999999.ebuild
37 @@ -17,8 +17,7 @@ HOMEPAGE="https://github.com/gentoo/gentoo-zsh-completions"
38 LICENSE="ZSH"
39 SLOT="0"
40
41 -RDEPEND=">=app-shells/zsh-4.3.5
42 - !<sys-apps/openrc-0.35"
43 +RDEPEND=">=app-shells/zsh-4.3.5"
44
45 src_install() {
46 insinto /usr/share/zsh/site-functions