diff options
author | Sam James <sam@gentoo.org> | 2021-03-08 10:24:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-08 10:24:21 +0000 |
commit | 10ac1d6b8125ef845b9dfe50400f65c102f98067 (patch) | |
tree | ec04649a28f7c31ed6eba3dba4d2261822a32888 /app-office | |
parent | app-doc/gnucash-docs: Stabilize 4.4 amd64, #774723 (diff) | |
download | gentoo-10ac1d6b8125ef845b9dfe50400f65c102f98067.tar.gz gentoo-10ac1d6b8125ef845b9dfe50400f65c102f98067.tar.bz2 gentoo-10ac1d6b8125ef845b9dfe50400f65c102f98067.zip |
app-office/gnucash: Stabilize 4.4 amd64, #774723
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-4.4.ebuild b/app-office/gnucash/gnucash-4.4.ebuild index 2726892030af..fab821a60ed1 100644 --- a/app-office/gnucash/gnucash-4.4.ebuild +++ b/app-office/gnucash/gnucash-4.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 smartcard sqlite test" |