Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pconsole/
Date: Fri, 04 Nov 2022 05:40:11
Message-Id: 1667540382.c46ecf6b0fcf0b17d7298977d74aa196ea2e8ba2.jsmolic@gentoo
1 commit: c46ecf6b0fcf0b17d7298977d74aa196ea2e8ba2
2 Author: Chris Su <chris <AT> lesscrowds <DOT> org>
3 AuthorDate: Fri Nov 4 02:15:27 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 05:39:42 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46ecf6b
7
8 sys-cluster/pconsole: Keyword 1.0-r4 riscv, #879503
9
10 Signed-off-by: Chris Su <chris <AT> lesscrowds.org>
11 Closes: https://github.com/gentoo/gentoo/pull/28130
12 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
13
14 sys-cluster/pconsole/pconsole-1.0-r4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sys-cluster/pconsole/pconsole-1.0-r4.ebuild b/sys-cluster/pconsole/pconsole-1.0-r4.ebuild
18 index 1d6ce3d826e4..33d715348d33 100644
19 --- a/sys-cluster/pconsole/pconsole-1.0-r4.ebuild
20 +++ b/sys-cluster/pconsole/pconsole-1.0-r4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -11,7 +11,7 @@ SRC_URI="http://www.xs4all.nl/~walterj/pconsole/${P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~ppc ~x86"
32 +KEYWORDS="~amd64 ~ppc ~riscv ~x86"
33
34 PATCHES=( "${FILESDIR}"/${P}-exit-warn.patch )