commit: 6318bd86cf1cf08eb0aa840c933d87d62fd4db28
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 23:07:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 23:07:22 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6318bd86
sys-auth/seatd: Stabilize 0.7.0 x86, #865715
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/seatd/seatd-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/seatd/seatd-0.7.0.ebuild
b/sys-auth/seatd/seatd-0.7.0.ebuild
index c319985ad32f..66cfde31dd7a 100644
--- a/sys-auth/seatd/seatd-0.7.0.ebuild
+++ b/sys-auth/seatd/seatd-0.7.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 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz ->
${P}.tar.gz"
fi
LICENSE="MIT"