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: Thu, 18 Aug 2022 23:08:09
Message-Id: 1660864070.eff776d4999ae1f4f3e43f61af24c285bb6754b7.sam@gentoo
1 commit: eff776d4999ae1f4f3e43f61af24c285bb6754b7
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 23:07:50 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 23:07:50 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eff776d4
7
8 sys-auth/seatd: Stabilize 0.7.0 arm64, #865715
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/seatd/seatd-0.7.0.ebuild b/sys-auth/seatd/seatd-0.7.0.ebuild
16 index 516e41f9c30c..df4b85f2cbdf 100644
17 --- a/sys-auth/seatd/seatd-0.7.0.ebuild
18 +++ b/sys-auth/seatd/seatd-0.7.0.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 arm ~arm64 ~loong ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm arm64 ~loong ~ppc64 ~riscv x86"
25 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi
27 LICENSE="MIT"