diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-01-27 08:35:32 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-01-27 08:41:32 -0600 |
commit | 13583736143f28d28e13de6343d0e76e8f156c77 (patch) | |
tree | b3b5325ed0b98a6a6835ef2dc1dcb9cb5ee2ff5e /x11-misc/i3blocks | |
parent | x11-misc/i3blocks-contrib: quick stable on recently split scripts (diff) | |
download | gentoo-13583736143f28d28e13de6343d0e76e8f156c77.tar.gz gentoo-13583736143f28d28e13de6343d0e76e8f156c77.tar.bz2 gentoo-13583736143f28d28e13de6343d0e76e8f156c77.zip |
x11-misc/i3blocks: 1.5-r1 stable
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'x11-misc/i3blocks')
-rw-r--r-- | x11-misc/i3blocks/i3blocks-1.5-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild b/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild index 418265489eaa..0ff32627916e 100644 --- a/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild +++ b/x11-misc/i3blocks/i3blocks-1.5-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://github.com/vivien/${PN}" else SRC_URI="https://github.com/vivien/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi IUSE="+contrib" |