diff options
author | Sam James <sam@gentoo.org> | 2021-01-18 00:47:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-18 00:47:29 +0000 |
commit | b579f67504fb5e7cdee2550aabce23ce0e1b6abc (patch) | |
tree | 89c434b62b625c00743a77347378aef2ae509169 /x11-misc | |
parent | sys-apps/flatpak: Stabilize 1.10.0 x86, #765457 (diff) | |
download | gentoo-b579f67504fb5e7cdee2550aabce23ce0e1b6abc.tar.gz gentoo-b579f67504fb5e7cdee2550aabce23ce0e1b6abc.tar.bz2 gentoo-b579f67504fb5e7cdee2550aabce23ce0e1b6abc.zip |
x11-misc/i3blocks: Stabilize 1.5 x86, #765550
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/i3blocks/i3blocks-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/i3blocks/i3blocks-1.5.ebuild b/x11-misc/i3blocks/i3blocks-1.5.ebuild index d8ceeacffbb7..2f997a98be48 100644 --- a/x11-misc/i3blocks/i3blocks-1.5.ebuild +++ b/x11-misc/i3blocks/i3blocks-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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 SLOT="0" |