commit: 442170d2081048ce28dfdec7fc9cb8fdec9804b0 Author: Johannes Huber <johu <AT> gentoo <DOT> org> AuthorDate: Wed May 9 18:16:43 2018 +0000 Commit: Johannes Huber <johu <AT> gentoo <DOT> org> CommitDate: Wed May 9 18:16:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=442170d2
x11-misc/i3blocks: Don't block x11-wm/i3-gaps Package-Manager: Portage-2.3.36, Repoman-2.3.9 x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 5 ++--- 1 file 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 e1e28279d73..426e5ac2b8e 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"
