media-libs/codec2: disable UTs.

Closes: https://bugs.gentoo.org/654312

Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
Alexis Ballier
2018-04-29 14:36:15 +02:00
parent 97c4c8f248
commit 71990c23de

View File

@@ -16,3 +16,8 @@ IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
multilib_src_configure() {
local mycmakeargs=( -DUNITTEST=OFF )
cmake-utils_src_configure
}