diff options
author | Peter Levine <plevine457@gmail.com> | 2019-09-15 16:00:58 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-13 13:40:25 +0200 |
commit | 0f2f96c8d4b6e400c60c84e30b9f9350f10435b0 (patch) | |
tree | afb3fe79728f5c76be3e4430290e9f3bd84d3def /app-office/gnucash | |
parent | app-office/gnucash: Fix check_symbol_exists error (diff) | |
download | gentoo-0f2f96c8d4b6e400c60c84e30b9f9350f10435b0.tar.gz gentoo-0f2f96c8d4b6e400c60c84e30b9f9350f10435b0.tar.bz2 gentoo-0f2f96c8d4b6e400c60c84e30b9f9350f10435b0.zip |
app-office/gnucash: Remove unused cmake variable
Closes: https://bugs.gentoo.org/689744
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-3.7.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index 4b8e26a831cd..ade4521330fa 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -104,8 +104,6 @@ src_configure() { fi local mycmakeargs=( - # Disable fallback to guile-2.0 - -DCMAKE_DISABLE_FIND_PACKAGE_GUILE2=ON -DCOMPILE_GSCHEMAS=OFF -DDISABLE_NLS=$(usex !nls) -DENABLE_REGISTER2=$(usex register2) |