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: Wed, 28 Sep 2022 21:27:53
Message-Id: 1664400453.aa68609532aeaa583caa3ad73dab23dacf68fb88.sam@gentoo
1 commit: aa68609532aeaa583caa3ad73dab23dacf68fb88
2 Author: Matoro Mahri <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Wed Sep 28 21:07:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 28 21:27:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa686095
7
8 sys-auth/seatd: Keyword 0.7.0-r1 alpha, #873322
9
10 Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-auth/seatd/seatd-0.7.0-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-auth/seatd/seatd-0.7.0-r1.ebuild b/sys-auth/seatd/seatd-0.7.0-r1.ebuild
17 index 6274a486c2a6..bb3377a3eed1 100644
18 --- a/sys-auth/seatd/seatd-0.7.0-r1.ebuild
19 +++ b/sys-auth/seatd/seatd-0.7.0-r1.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
21 inherit git-r3
22 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
23 else
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
25 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
26 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 fi
28 LICENSE="MIT"