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-office/gnucash/
Date: Wed, 30 Mar 2022 14:15:02
Message-Id: 1648649572.416e4816bd898b7f69949b6a72751a6ab89ce79a.dlan@gentoo
1 commit: 416e4816bd898b7f69949b6a72751a6ab89ce79a
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 14:12:52 2022 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 14:12:52 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416e4816
7
8 app-office/gnucash: Keyword 4.8 riscv, #836417
9
10 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
11
12 app-office/gnucash/gnucash-4.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-office/gnucash/gnucash-4.8.ebuild b/app-office/gnucash/gnucash-4.8.ebuild
16 index 2fecc9c8bb62..9bfefda763d3 100644
17 --- a/app-office/gnucash/gnucash-4.8.ebuild
18 +++ b/app-office/gnucash/gnucash-4.8.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 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Gnucash/${PN}/releases/download/${PV}/${P}.tar.bz2"
26
27 SLOT="0"
28 LICENSE="GPL-2"
29 -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86"
31
32 IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres
33 python quotes register2 smartcard sqlite test"