summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdel KARA SLIMANE <adel.ks@zegrapher.com>2022-03-17 13:24:28 +0100
committerJoonas Niilola <juippis@gentoo.org>2022-03-20 15:13:10 +0200
commit39f3b86fff8b739e1afd463223087215498e5944 (patch)
tree3b9778f22a8033c9a7bb84b81e310a0b3acec1d6 /media-libs
parentmedia-libs/libvmaf: prevent installation of static libs (diff)
downloadgentoo-39f3b86fff8b739e1afd463223087215498e5944.tar.gz
gentoo-39f3b86fff8b739e1afd463223087215498e5944.tar.bz2
gentoo-39f3b86fff8b739e1afd463223087215498e5944.zip
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@zegrapher.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libvmaf/libvmaf-2.3.0.ebuild3
1 files changed, 3 insertions, 0 deletions
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
"