summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-05-09 20:16:43 +0200
committerJohannes Huber <johu@gentoo.org>2018-05-09 20:16:43 +0200
commit442170d2081048ce28dfdec7fc9cb8fdec9804b0 (patch)
tree08a4217c64a7164cfee6fcd83023f4ad8c984f40 /x11-misc/i3blocks
parentx11-wm/i3-gaps: New package (diff)
downloadgentoo-442170d2081048ce28dfdec7fc9cb8fdec9804b0.tar.gz
gentoo-442170d2081048ce28dfdec7fc9cb8fdec9804b0.tar.bz2
gentoo-442170d2081048ce28dfdec7fc9cb8fdec9804b0.zip
x11-misc/i3blocks: Don't block x11-wm/i3-gaps
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'x11-misc/i3blocks')
-rw-r--r--x11-misc/i3blocks/i3blocks-1.4-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
index e1e28279d73d..426e5ac2b8e4 100644
--- a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
+++ b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,6 @@ DESCRIPTION="highly flexible status line for the i3 window manager"
HOMEPAGE="https://github.com/vivien/i3blocks"
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://github.com/vivien/${PN}"
- KEYWORDS="amd64 x86"
else
SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="amd64 x86"
@@ -24,7 +23,7 @@ RDEPEND="app-admin/sysstat
media-sound/playerctl
sys-apps/lm_sensors
sys-power/acpi
- x11-wm/i3"
+ || ( x11-wm/i3 x11-wm/i3-gaps )"
DEPEND="app-text/ronn"