diff options
author | Yixun Lan <dlan@gentoo.org> | 2022-03-30 22:12:52 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2022-03-30 22:12:52 +0800 |
commit | 416e4816bd898b7f69949b6a72751a6ab89ce79a (patch) | |
tree | 179e548e3348da3eb02472e562b7dd70d603e473 /app-office | |
parent | app-doc/gnucash-docs: Keyword 4.8 riscv, #836417 (diff) | |
download | gentoo-416e4816bd898b7f69949b6a72751a6ab89ce79a.tar.gz gentoo-416e4816bd898b7f69949b6a72751a6ab89ce79a.tar.bz2 gentoo-416e4816bd898b7f69949b6a72751a6ab89ce79a.zip |
app-office/gnucash: Keyword 4.8 riscv, #836417
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-4.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-4.8.ebuild b/app-office/gnucash/gnucash-4.8.ebuild index 2fecc9c8bb62..9bfefda763d3 100644 --- a/app-office/gnucash/gnucash-4.8.ebuild +++ b/app-office/gnucash/gnucash-4.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Gnucash/${PN}/releases/download/${PV}/${P}.tar.bz2" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes register2 smartcard sqlite test" |