OCE build flag, being ON by default, was not disabled on "-oce". Also,
it was behind an irrelevant "amd64" condition.
Bug: https://bugs.gentoo.org/665500
Package-Manager: Portage-2.3.49, Repoman-2.3.10
-DKICAD_SCRIPTING_WXPYTHON="$(usex python)"
-DKICAD_SPICE="$(usex ngspice)"
-DKICAD_USE_OCC=OFF
+ -DKICAD_USE_OCE="$(usex oce)"
-DKICAD_INSTALL_DEMOS="$(usex examples)"
)
use python && mycmakeargs+=(
-DPYTHON_INCLUDE_DIR="$(python_get_includedir)"
-DPYTHON_LIBRARY="$(python_get_library_path)"
)
- use amd64 && use oce && mycmakeargs+=(
- -DKICAD_USE_OCE=ON
- )
cmake-utils_src_configure
}