Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3blocks/
Date: Wed, 09 May 2018 18:17:05
Message-Id: 1525889803.442170d2081048ce28dfdec7fc9cb8fdec9804b0.johu@gentoo
1 commit: 442170d2081048ce28dfdec7fc9cb8fdec9804b0
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 9 18:16:43 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Wed May 9 18:16:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442170d2
7
8 x11-misc/i3blocks: Don't block x11-wm/i3-gaps
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
16 index e1e28279d73..426e5ac2b8e 100644
17 --- a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
18 +++ b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -11,7 +11,6 @@ DESCRIPTION="highly flexible status line for the i3 window manager"
26 HOMEPAGE="https://github.com/vivien/i3blocks"
27 if [[ ${PV} = 9999 ]]; then
28 EGIT_REPO_URI="https://github.com/vivien/${PN}"
29 - KEYWORDS="amd64 x86"
30 else
31 SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 KEYWORDS="amd64 x86"
33 @@ -24,7 +23,7 @@ RDEPEND="app-admin/sysstat
34 media-sound/playerctl
35 sys-apps/lm_sensors
36 sys-power/acpi
37 - x11-wm/i3"
38 + || ( x11-wm/i3 x11-wm/i3-gaps )"
39
40 DEPEND="app-text/ronn"