diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-12-16 09:19:47 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-12-16 09:19:47 +0100 |
commit | 9b99b11ede412987f45db946f5c129e519dcca7e (patch) | |
tree | 59c55baff318644b474ff07ff003297d290a540b /x11-misc/i3blocks | |
parent | media-sound/playerctl-0.5.0-r0: amd64 stable (diff) | |
download | gentoo-9b99b11ede412987f45db946f5c129e519dcca7e.tar.gz gentoo-9b99b11ede412987f45db946f5c129e519dcca7e.tar.bz2 gentoo-9b99b11ede412987f45db946f5c129e519dcca7e.zip |
x11-misc/i3blocks-1.4-r1: amd64 stable
Gentoo-Bug: http://bugs.gentoo.org/605410
Diffstat (limited to 'x11-misc/i3blocks')
-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 9e05439fc998..e1e28279d73d 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="x86" + KEYWORDS="amd64 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" |