Skip to content

Commit

Permalink
app-office/gnucash: fix BadDefaultUseFlags
Browse files Browse the repository at this point in the history
-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 <[email protected]>
  • Loading branch information
thesamesam committed Jun 3, 2021
1 parent f9b8441 commit 050cc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-office/gnucash/gnucash-4.4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-office/gnucash/gnucash-4.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 050cc09

Please sign in to comment.