From 050cc09579b7dfbcb3442de8ef8cdf1813ca9265 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 2 Jun 2021 23:53:23 +0000 Subject: app-office/gnucash: fix BadDefaultUseFlags -foo in IUSE is discouraged. It is equivalent (in every meaningful case) to 'foo' but confuses parsing tools like e.g. packages.gentoo.org. Dropping '-' from these flags has no impact on the actual default behaviour. See: https://devmanual.gentoo.org/general-concepts/use-flags/index.html#iuse-defaults Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Sam James --- app-office/gnucash/gnucash-4.4.ebuild | 2 +- app-office/gnucash/gnucash-4.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-office') diff --git a/app-office/gnucash/gnucash-4.4.ebuild b/app-office/gnucash/gnucash-4.4.ebuild index 952be652e304..09ce9038f1bf 100644 --- a/app-office/gnucash/gnucash-4.4.ebuild +++ b/app-office/gnucash/gnucash-4.4.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres - python quotes -register2 smartcard sqlite test" + python quotes register2 smartcard sqlite test" RESTRICT="!test? ( test )" # Examples doesn't build unless GUI is also built diff --git a/app-office/gnucash/gnucash-4.5.ebuild b/app-office/gnucash/gnucash-4.5.ebuild index d292141e0dbb..7c45aa93aa2c 100644 --- a/app-office/gnucash/gnucash-4.5.ebuild +++ b/app-office/gnucash/gnucash-4.5.ebuild @@ -16,7 +16,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres - python quotes -register2 smartcard sqlite test" + python quotes register2 smartcard sqlite test" RESTRICT="!test? ( test )" # Examples doesn't build unless GUI is also built -- cgit v1.2.3-65-gdbad