Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/
Date: Tue, 04 Jan 2022 12:46:17
Message-Id: 1641300364.efd5d5c8d103664c8452057101d89241d8f6e5f5.marecki@gentoo
1 commit: efd5d5c8d103664c8452057101d89241d8f6e5f5
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 12:29:59 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 4 12:46:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd5d5c8
7
8 net-dialup/picocom: keyword 3.1 for ~riscv, EAPI 6 -> 8
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 net-dialup/picocom/picocom-3.1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/net-dialup/picocom/picocom-3.1.ebuild b/net-dialup/picocom/picocom-3.1.ebuild
16 index bee5feb0b021..3640ad63dc90 100644
17 --- a/net-dialup/picocom/picocom-3.1.ebuild
18 +++ b/net-dialup/picocom/picocom-3.1.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=8
26
27 inherit toolchain-funcs
28
29 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> ${P}.tar.g
30
31 LICENSE="GPL-2"
32 SLOT="0"
33 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
34 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~riscv ~sparc x86"
35 IUSE=""
36
37 src_compile() {