commit: b579f67504fb5e7cdee2550aabce23ce0e1b6abc
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 18 00:47:29 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 18 00:47:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b579f675
x11-misc/i3blocks: Stabilize 1.5 x86, #765550
Signed-off-by: Sam James <sam <AT> gentoo.org>
x11-misc/i3blocks/i3blocks-1.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11-misc/i3blocks/i3blocks-1.5.ebuild
b/x11-misc/i3blocks/i3blocks-1.5.ebuild
index d8ceeacffbb..2f997a98be4 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"