commit: 07e509c0426e6c5ec74762f4c16dbab41764d8f1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 17:19:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 17:19:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e509c0
sys-auth/seatd: Stabilize 0.9.1 arm, #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 3be68a957c3f..14b628558e26 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"