summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-05-24 16:49:22 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-05-24 22:23:47 +0200
commit4e1676eccb226a3405add9c2a9420dbf0c917fba (patch)
tree9edbd8e34bcbd89256c4410557b3b3b1234060d4 /media-libs/x265
parentmedia-libs/x265: delete all static libraries (diff)
downloadgentoo-4e1676eccb226a3405add9c2a9420dbf0c917fba.tar.gz
gentoo-4e1676eccb226a3405add9c2a9420dbf0c917fba.tar.bz2
gentoo-4e1676eccb226a3405add9c2a9420dbf0c917fba.zip
media-libs/x265: disable broken test suite
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>
Diffstat (limited to 'media-libs/x265')
-rw-r--r--media-libs/x265/x265-3.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/x265/x265-3.3.ebuild b/media-libs/x265/x265-3.3.ebuild
index 422b036bbd1d..c9bf91a4ba54 100644
--- a/media-libs/x265/x265-3.3.ebuild
+++ b/media-libs/x265/x265-3.3.ebuild
@@ -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}] )"