Diff i3-4.24 with a i3-9999

/usr/portage/x11-wm/i3/i3-9999.ebuild 2024-12-25 14:59:53.515270201 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
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 ~ppc64 ~riscv x86"
16
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
18 17
fi
19 18

  
20 19
LICENSE="BSD"
Thank you!