media-libs/x265: disable broken test suite
authorThomas Deutschmann <whissi@gentoo.org>
Sun, 24 May 2020 14:49:22 +0000 (16:49 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Sun, 24 May 2020 20:23:47 +0000 (22:23 +0200)
Bug: https://bugs.gentoo.org/668438
Bug: https://bugs.gentoo.org/689006
Bug: https://bugs.gentoo.org/689736
Bug: https://bugs.gentoo.org/681174
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
media-libs/x265/x265-3.3.ebuild

index 422b036bbd1d2ba56b572743afdbf8f12bc04ac4..c9bf91a4ba547f9b9f78ddfd193fe753745035bc 100644 (file)
@@ -20,7 +20,9 @@ LICENSE="GPL-2"
 # subslot = libx265 soname
 SLOT="0/188"
 IUSE="+10bit +12bit cpu_flags_arm_neon numa pic power8 test"
-RESTRICT="!test? ( test )"
+
+# Test suite requires assembly support and is known to be broken
+RESTRICT="test"
 
 ASM_DEPEND=">=dev-lang/yasm-1.2.0"
 RDEPEND="numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )"