Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/dav1d/
Date: Thu, 07 Jan 2021 04:01:18
Message-Id: 1609991982.f6a9a23f9b57a08a6327057f227d7f95fffd3815.sam@gentoo
1 commit: f6a9a23f9b57a08a6327057f227d7f95fffd3815
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 03:59:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 03:59:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a9a23f
7
8 media-libs/dav1d: sync live
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/dav1d/dav1d-9999.ebuild | 8 +++++++-
14 1 file changed, 7 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild
17 index abc2d61dfe3..38fc32f1023 100644
18 --- a/media-libs/dav1d/dav1d-9999.ebuild
19 +++ b/media-libs/dav1d/dav1d-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -52,6 +52,12 @@ multilib_src_compile() {
27 eninja
28 }
29
30 +multilib_src_test() {
31 + if multilib_is_native_abi ; then
32 + meson_src_test
33 + fi
34 +}
35 +
36 multilib_src_install() {
37 DESTDIR="${D}" eninja install
38 }