commit: 927a4861d489fa22666dd47fc2fddb7002050fbc
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 12:06:23 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 30 12:06:23 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927a4861
sys-auth/seatd: Stabilize 0.6.4 ppc64, #835699
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-auth/seatd/seatd-0.6.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/seatd/seatd-0.6.4.ebuild
b/sys-auth/seatd/seatd-0.6.4.ebuild
index b09307b166e7..f34fd69aad55 100644
--- a/sys-auth/seatd/seatd-0.6.4.ebuild
+++ b/sys-auth/seatd/seatd-0.6.4.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 ~ppc64 ~riscv x86"
+ KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz ->
${P}.tar.gz"
fi
LICENSE="MIT"