commit: b0cdb6d36d9ad893014ff3a62e0c9722b93c208e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 20:27:37 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 20:27:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cdb6d3
sys-auth/seatd: Stabilize 0.9.1 amd64, #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 ec308e963aef..06d9019f8e56 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"