Diff i3-4.22 with a i3-9999

/usr/portage/x11-wm/i3/i3-9999.ebuild 2023-10-09 14:52:36.000368514 +0300
1 1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=8
4
EAPI=7
5 5

  
6 6
inherit meson optfeature virtualx
7 7

  
8 8
DESCRIPTION="An improved dynamic tiling window manager"
9 9
HOMEPAGE="https://i3wm.org/"
10

  
11 10
if [[ "${PV}" = *9999 ]]; then
12 11
	EGIT_REPO_URI="https://github.com/i3/i3"
13 12
	EGIT_BRANCH="next"
14 13
	inherit git-r3
15 14
else
16 15
	SRC_URI="https://i3wm.org/downloads/${P}.tar.xz"
17
	KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
18 17
fi
19 18

  
20 19
LICENSE="BSD"
Thank you!