diff options
author | Sam James <sam@gentoo.org> | 2021-06-02 23:53:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-03 19:14:42 +0000 |
commit | 050cc09579b7dfbcb3442de8ef8cdf1813ca9265 (patch) | |
tree | c49f217e6fd919dafc84f3beb10b9f18a6382caf /app-office | |
parent | app-emulation/fuse: fix BadDefaultUseFlags (diff) | |
download | gentoo-050cc09579b7dfbcb3442de8ef8cdf1813ca9265.tar.gz gentoo-050cc09579b7dfbcb3442de8ef8cdf1813ca9265.tar.bz2 gentoo-050cc09579b7dfbcb3442de8ef8cdf1813ca9265.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/gnucash/gnucash-4.4.ebuild | 2 | ||||
-rw-r--r-- | app-office/gnucash/gnucash-4.5.ebuild | 2 |
2 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 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 |