Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x265/
Date: Sun, 24 May 2020 20:25:15
Message-Id: 1590351827.4e1676eccb226a3405add9c2a9420dbf0c917fba.whissi@gentoo
1 commit: 4e1676eccb226a3405add9c2a9420dbf0c917fba
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 24 14:49:22 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun May 24 20:23:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1676ec
7
8 media-libs/x265: disable broken test suite
9
10 Bug: https://bugs.gentoo.org/668438
11 Bug: https://bugs.gentoo.org/689006
12 Bug: https://bugs.gentoo.org/689736
13 Bug: https://bugs.gentoo.org/681174
14 Package-Manager: Portage-2.3.99, Repoman-2.3.22
15 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
16
17 media-libs/x265/x265-3.3.ebuild | 4 +++-
18 1 file changed, 3 insertions(+), 1 deletion(-)
19
20 diff --git a/media-libs/x265/x265-3.3.ebuild b/media-libs/x265/x265-3.3.ebuild
21 index 422b036bbd1..c9bf91a4ba5 100644
22 --- a/media-libs/x265/x265-3.3.ebuild
23 +++ b/media-libs/x265/x265-3.3.ebuild
24 @@ -20,7 +20,9 @@ LICENSE="GPL-2"
25 # subslot = libx265 soname
26 SLOT="0/188"
27 IUSE="+10bit +12bit cpu_flags_arm_neon numa pic power8 test"
28 -RESTRICT="!test? ( test )"
29 +
30 +# Test suite requires assembly support and is known to be broken
31 +RESTRICT="test"
32
33 ASM_DEPEND=">=dev-lang/yasm-1.2.0"
34 RDEPEND="numa? ( >=sys-process/numactl-2.0.10-r1[${MULTILIB_USEDEP}] )"