diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 15:58:23 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 15:58:23 +0100 |
commit | ea0a4786ddc2e5a722be7208c2f1e193ce2ee2c0 (patch) | |
tree | b0efc26052922645a13fe30b830a9978c09218f4 /x11-wm/i3/i3-4.22.ebuild | |
parent | sys-fs/e2fsprogs: Stabilize 1.46.6 amd64, #903540 (diff) | |
download | gentoo-ea0a4786ddc2e5a722be7208c2f1e193ce2ee2c0.tar.gz gentoo-ea0a4786ddc2e5a722be7208c2f1e193ce2ee2c0.tar.bz2 gentoo-ea0a4786ddc2e5a722be7208c2f1e193ce2ee2c0.zip |
x11-wm/i3: Stabilize 4.22 amd64, #903537
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-wm/i3/i3-4.22.ebuild')
-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 603faaeef0a4..b88bba256da2 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" |