commit: cd097cbbc983abaa24c09d0173bf074ab370a290 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 13 11:10:41 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 13 11:10:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd097cbb
sys-auth/seatd: Stabilize 0.5.0 arm64, #795723 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-auth/seatd/seatd-0.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-auth/seatd/seatd-0.5.0.ebuild b/sys-auth/seatd/seatd-0.5.0.ebuild index 399ae87423b..8f8c121fdb7 100644 --- a/sys-auth/seatd/seatd-0.5.0.ebuild +++ b/sys-auth/seatd/seatd-0.5.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd" else - KEYWORDS="amd64 ~arm64 ~ppc64 x86" + KEYWORDS="amd64 arm64 ~ppc64 x86" SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz" fi LICENSE="MIT"