Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/seatd/
Date: Sat, 30 Apr 2022 12:06:41
Message-Id: 1651320383.927a4861d489fa22666dd47fc2fddb7002050fbc.arthurzam@gentoo
1 commit: 927a4861d489fa22666dd47fc2fddb7002050fbc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 30 12:06:23 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 30 12:06:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=927a4861
7
8 sys-auth/seatd: Stabilize 0.6.4 ppc64, #835699
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.6.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-auth/seatd/seatd-0.6.4.ebuild b/sys-auth/seatd/seatd-0.6.4.ebuild
16 index b09307b166e7..f34fd69aad55 100644
17 --- a/sys-auth/seatd/seatd-0.6.4.ebuild
18 +++ b/sys-auth/seatd/seatd-0.6.4.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 ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 arm 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"