Diff seatd-0.9.1 with a seatd-9999

/usr/portage/sys-auth/seatd/seatd-9999.ebuild 2024-12-25 14:59:52.783270183 +0300
1
# Copyright 2020-2025 Gentoo Authors
1
# Copyright 2020-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11
	inherit git-r3
12 12
	EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
13 13
else
14
	KEYWORDS="~alpha amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86"
14
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
15 15
	SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
16 16
fi
17 17
LICENSE="MIT"
Thank you!