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: Mon, 13 Sep 2021 06:41:23
Message-Id: 1631515260.6dcbc945f5b7b3015c635a7aedfbf0f0cedba707.arthurzam@gentoo
1 commit: 6dcbc945f5b7b3015c635a7aedfbf0f0cedba707
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 06:40:45 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 06:41:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dcbc945
7
8 sys-auth/seatd: readd ~riscv
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-auth/seatd/seatd-0.6.0.ebuild | 2 +-
13 sys-auth/seatd/seatd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-auth/seatd/seatd-0.6.0.ebuild b/sys-auth/seatd/seatd-0.6.0.ebuild
17 index 5631c945732..4191667845a 100644
18 --- a/sys-auth/seatd/seatd-0.6.0.ebuild
19 +++ b/sys-auth/seatd/seatd-0.6.0.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 ~arm64 ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
26 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 fi
28 LICENSE="MIT"
29
30 diff --git a/sys-auth/seatd/seatd-9999.ebuild b/sys-auth/seatd/seatd-9999.ebuild
31 index 5631c945732..4191667845a 100644
32 --- a/sys-auth/seatd/seatd-9999.ebuild
33 +++ b/sys-auth/seatd/seatd-9999.ebuild
34 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
35 inherit git-r3
36 EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/seatd"
37 else
38 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
39 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
40 SRC_URI="https://git.sr.ht/~kennylevinsen/seatd/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 fi
42 LICENSE="MIT"