commit: b894e93810145c0a8a39d877c67d7ea9f6ff2459 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 17:29:41 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 17:29:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b894e938
sys-auth/seatd: Stabilize 0.9.1 arm64, #947481 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/seatd/seatd-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.9.1.ebuild b/sys-auth/seatd/seatd-0.9.1.ebuild index 14b628558e26..ec308e963aef 100644 --- a/sys-auth/seatd/seatd-0.9.1.ebuild +++ b/sys-auth/seatd/seatd-0.9.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="~alpha ~amd64 arm ~arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha ~amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~sparc x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"