summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-07 03:59:42 +0000
committerSam James <sam@gentoo.org>2021-01-07 03:59:42 +0000
commitf6a9a23f9b57a08a6327057f227d7f95fffd3815 (patch)
treed07e5dba0d018b2249ede8017e8068f77dcc2755
parentmedia-libs/dav1d: bump to 0.8.1 (diff)
downloadgentoo-f6a9a23f.tar.gz
gentoo-f6a9a23f.tar.bz2
gentoo-f6a9a23f.zip
media-libs/dav1d: sync live
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--media-libs/dav1d/dav1d-9999.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild
index abc2d61dfe39..38fc32f1023f 100644
--- a/media-libs/dav1d/dav1d-9999.ebuild
+++ b/media-libs/dav1d/dav1d-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -52,6 +52,12 @@ multilib_src_compile() {
eninja
}
+multilib_src_test() {
+ if multilib_is_native_abi ; then
+ meson_src_test
+ fi
+}
+
multilib_src_install() {
DESTDIR="${D}" eninja install
}