diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-27 12:02:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-10-27 12:02:07 +0200 |
commit | d7f49bb2a7906d93f96f477c120d1afe3b9f3363 (patch) | |
tree | 5ce8daaba3d1043fb1ebe970fb40bd4f89c6fe45 /x11-misc | |
parent | media-sound/playerctl: x86 stable (bug #605410) (diff) | |
download | gentoo-d7f49bb2a7906d93f96f477c120d1afe3b9f3363.tar.gz gentoo-d7f49bb2a7906d93f96f477c120d1afe3b9f3363.tar.bz2 gentoo-d7f49bb2a7906d93f96f477c120d1afe3b9f3363.zip |
x11-misc/i3blocks: x86 stable (bug #605410)
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3blocks/i3blocks-1.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild index a081fd8909a9..9e05439fc998 100644 --- a/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild +++ b/x11-misc/i3blocks/i3blocks-1.4-r1.ebuild @@ -11,10 +11,10 @@ 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="" + KEYWORDS="x86" else SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi SLOT="0" |