Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Thu, 05 Mar 2020 19:30:38
Message-Id: 1583436611.5ec6f2ff9c8e209bd121f42d01b1939ffdf62048.floppym@gentoo
1 commit: 5ec6f2ff9c8e209bd121f42d01b1939ffdf62048
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 19:30:11 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 19:30:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec6f2ff
7
8 media-libs/libvpx: move build deps to BDEPEND
9
10 Closes: https://bugs.gentoo.org/711562
11 Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 ++---
15 media-libs/libvpx/libvpx-1.8.2.ebuild | 3 +--
16 2 files changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
19 index c260444eab0..1926e34ee05 100644
20 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
21 +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="7"
28 @@ -32,8 +32,7 @@ REQUIRED_USE="
29 # Disable test phase when USE="-test"
30 RESTRICT="!test? ( test )"
31
32 -RDEPEND=""
33 -DEPEND="abi_x86_32? ( dev-lang/yasm )
34 +BDEPEND="abi_x86_32? ( dev-lang/yasm )
35 abi_x86_64? ( dev-lang/yasm )
36 abi_x86_x32? ( dev-lang/yasm )
37 x86-fbsd? ( dev-lang/yasm )
38
39 diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild b/media-libs/libvpx/libvpx-1.8.2.ebuild
40 index d82535cf0c4..02d9e8dd432 100644
41 --- a/media-libs/libvpx/libvpx-1.8.2.ebuild
42 +++ b/media-libs/libvpx/libvpx-1.8.2.ebuild
43 @@ -28,8 +28,7 @@ REQUIRED_USE="test? ( threads )"
44 # Disable test phase when USE="-test"
45 RESTRICT="!test? ( test )"
46
47 -RDEPEND=""
48 -DEPEND="abi_x86_32? ( dev-lang/yasm )
49 +BDEPEND="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 )