commit:     39f3b86fff8b739e1afd463223087215498e5944
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Thu Mar 17 12:24:28 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 13:13:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f3b86f

media-libs/libvmaf: restrict TEST phase

The hardcoded paths are buggy for some tests,
the library works otherwise
The testing code could be patched otherwise

Closes: https://bugs.gentoo.org/835471
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-libs/libvmaf/libvmaf-2.3.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/libvmaf/libvmaf-2.3.0.ebuild 
b/media-libs/libvmaf/libvmaf-2.3.0.ebuild
index 289a427e83d2..7adc3c9eca99 100644
--- a/media-libs/libvmaf/libvmaf-2.3.0.ebuild
+++ b/media-libs/libvmaf/libvmaf-2.3.0.ebuild
@@ -21,6 +21,9 @@ fi
 LICENSE="BSD-2-with-patent"
 SLOT="0"
 
+# upstream issue, see bug #835471
+RESTRICT="test"
+
 BDEPEND="
        dev-lang/nasm
 "

Reply via email to