commit: 5a4bb29ab78b444bf2e59af9f7b71428bd68efc6
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 13 11:08:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 13 11:08:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4bb29a
sys-auth/seatd: Stabilize 0.5.0 amd64, #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 0457197efb2..399ae87423b 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"