Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Tue, 07 Dec 2021 02:18:04
Message-Id: 1638843438.56697ad8866f254046ffe411ae9c4990e871b847.sam@gentoo
1 commit: 56697ad8866f254046ffe411ae9c4990e871b847
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 02:17:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 02:17:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56697ad8
7
8 sys-auth/seatd: Stabilize 0.6.3 arm64, #828381
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/seatd/seatd-0.6.3.ebuild b/sys-auth/seatd/seatd-0.6.3.ebuild
16 index a129b4481ffd..c8a6b71abb97 100644
17 --- a/sys-auth/seatd/seatd-0.6.3.ebuild
18 +++ b/sys-auth/seatd/seatd-0.6.3.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 inherit git-r3
21 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
22 else
23 - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
25 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi
27 LICENSE="MIT"