commit:     f6a9a23f9b57a08a6327057f227d7f95fffd3815
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 03:59:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 03:59:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a9a23f

media-libs/dav1d: sync live

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-libs/dav1d/dav1d-9999.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/media-libs/dav1d/dav1d-9999.ebuild 
b/media-libs/dav1d/dav1d-9999.ebuild
index abc2d61dfe3..38fc32f1023 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
 }

Reply via email to