Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libofx/
Date: Wed, 30 Mar 2022 14:15:01
Message-Id: 1648649557.bc58568c2a1e40ce0a44ba90c182d9a94ccc7c14.dlan@gentoo
1 commit: bc58568c2a1e40ce0a44ba90c182d9a94ccc7c14
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 14:12:37 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 14:12:37 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc58568c
7
8 dev-libs/libofx: Keyword 0.10.3 riscv, #836417
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 dev-libs/libofx/libofx-0.10.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/libofx/libofx-0.10.3.ebuild b/dev-libs/libofx/libofx-0.10.3.ebuild
16 index 1acb92d8616e..543e1ad45550 100644
17 --- a/dev-libs/libofx/libofx-0.10.3.ebuild
18 +++ b/dev-libs/libofx/libofx-0.10.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2"
28 SLOT="0/10"
29 -KEYWORDS="amd64 ~arm64 ppc ppc64 x86"
30 +KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
31 IUSE="doc test"
32 RESTRICT="!test? ( test )"