Package-Manager: portage-2.3.1
<name>Gentoo Sound project</name>
</maintainer>
<use>
+ <flag name="ambisonics">Enable ambisonics support (experimental).</flag>
<flag name="custom-modes">Build with custom-modes.</flag>
</use>
</pkgmetadata>
LICENSE="BSD-2"
SLOT="0"
INTRINSIC_FLAGS="cpu_flags_x86_sse neon"
-IUSE="custom-modes doc static-libs ${INTRINSIC_FLAGS}"
+IUSE="ambisonics custom-modes doc static-libs ${INTRINSIC_FLAGS}"
DEPEND="doc? ( app-doc/doxygen )"
multilib_src_configure() {
local myeconfargs=(
$(use_enable custom-modes)
+ $(use_enable ambisonics)
$(use_enable doc)
)
for i in ${INTRINSIC_FLAGS} ; do