Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/
Date: Tue, 01 Nov 2022 10:21:00
Message-Id: 1667297981.36a93877c9e71409b36358c03cb1ff859a45567d.dlan@gentoo
1 commit: 36a93877c9e71409b36358c03cb1ff859a45567d
2 Author: Chris Su <chris <AT> lesscrowds <DOT> org>
3 AuthorDate: Tue Nov 1 09:28:19 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 10:19:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a93877
7
8 app-admin/supervisor: Keyword 4.2.4 riscv, #878983
9
10 Closes: https://github.com/gentoo/gentoo/pull/28070
11 Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 app-admin/supervisor/supervisor-4.2.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-admin/supervisor/supervisor-4.2.4.ebuild b/app-admin/supervisor/supervisor-4.2.4.ebuild
18 index 27a705ecefd4..d7da676a8481 100644
19 --- a/app-admin/supervisor/supervisor-4.2.4.ebuild
20 +++ b/app-admin/supervisor/supervisor-4.2.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="repoze ZPL BSD HPND GPL-2"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~amd64 ~riscv ~x86"
33
34 RDEPEND="acct-group/supervisor"