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/libvpx/
Date: Sat, 28 Aug 2021 02:46:23
Message-Id: 1630118030.a2f1afcf7a53e604634b9fcb59c3a467b57f8103.sam@gentoo
1 commit: a2f1afcf7a53e604634b9fcb59c3a467b57f8103
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 02:33:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 02:33:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f1afcf
7
8 media-libs/libvpx: add missing dev-lang/perl BDEPEND
9
10 Closes: https://bugs.gentoo.org/809926
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/libvpx/libvpx-1.10.0.ebuild | 3 ++-
14 media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 +++--
15 media-libs/libvpx/libvpx-1.9.0.ebuild | 3 ++-
16 3 files changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild
19 index 7741f3d05ca..46a5c2db8ec 100644
20 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild
21 +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild
22 @@ -29,7 +29,8 @@ REQUIRED_USE="test? ( threads )"
23 # Disable test phase when USE="-test"
24 RESTRICT="!test? ( test )"
25
26 -BDEPEND="abi_x86_32? ( dev-lang/yasm )
27 +BDEPEND="dev-lang/perl
28 + abi_x86_32? ( dev-lang/yasm )
29 abi_x86_64? ( dev-lang/yasm )
30 abi_x86_x32? ( dev-lang/yasm )
31 x86-fbsd? ( dev-lang/yasm )
32
33 diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
34 index dd47363e1e0..1e1421ac75d 100644
35 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
36 +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2020 Gentoo Authors
39 +# Copyright 1999-2021 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 EAPI="7"
43 @@ -32,7 +32,8 @@ REQUIRED_USE="
44 # Disable test phase when USE="-test"
45 RESTRICT="!test? ( test )"
46
47 -BDEPEND="abi_x86_32? ( dev-lang/yasm )
48 +BDEPEND="dev-lang/perl
49 + abi_x86_32? ( dev-lang/yasm )
50 abi_x86_64? ( dev-lang/yasm )
51 abi_x86_x32? ( dev-lang/yasm )
52 x86-fbsd? ( dev-lang/yasm )
53
54 diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
55 index 1326c2ab6ce..797205efb16 100644
56 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild
57 +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
58 @@ -29,7 +29,8 @@ REQUIRED_USE="test? ( threads )"
59 # Disable test phase when USE="-test"
60 RESTRICT="!test? ( test )"
61
62 -BDEPEND="abi_x86_32? ( dev-lang/yasm )
63 +BDEPEND="dev-lang/perl
64 + abi_x86_32? ( dev-lang/yasm )
65 abi_x86_64? ( dev-lang/yasm )
66 abi_x86_x32? ( dev-lang/yasm )
67 x86-fbsd? ( dev-lang/yasm )