diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 22:13:40 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-03 22:13:40 +0300 |
commit | ae895b1c727c98ac2eeb0792488cb46f67f9969a (patch) | |
tree | f83b781f736048a66eeb5f0c20f3099fc7af3e86 /x11-wm | |
parent | dev-python/zstandard: Stabilize 0.20.0 x86, #902859 (diff) | |
download | gentoo-ae895b1c727c98ac2eeb0792488cb46f67f9969a.tar.gz gentoo-ae895b1c727c98ac2eeb0792488cb46f67f9969a.tar.bz2 gentoo-ae895b1c727c98ac2eeb0792488cb46f67f9969a.zip |
x11-wm/i3: Stabilize 4.22 x86, #903537
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/i3-4.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/i3/i3-4.22.ebuild b/x11-wm/i3/i3-4.22.ebuild index b88bba256da2..be04e81b8a7d 100644 --- a/x11-wm/i3/i3-4.22.ebuild +++ b/x11-wm/i3/i3-4.22.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" = *9999 ]]; then inherit git-r3 else SRC_URI="https://i3wm.org/downloads/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" fi LICENSE="BSD" |