media-libs/libvpx: move build deps to BDEPEND
authorMike Gilbert <floppym@gentoo.org>
Thu, 5 Mar 2020 19:30:11 +0000 (14:30 -0500)
committerMike Gilbert <floppym@gentoo.org>
Thu, 5 Mar 2020 19:30:11 +0000 (14:30 -0500)
Closes: https://bugs.gentoo.org/711562
Package-Manager: Portage-2.3.91_p5, Repoman-2.3.20_p113
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
media-libs/libvpx/libvpx-1.7.0-r1.ebuild
media-libs/libvpx/libvpx-1.8.2.ebuild

index c260444eab0254698bd337deaf89b777f018e8d8..1926e34ee0506454e7f9025c9be67fcba357b448 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -32,8 +32,7 @@ REQUIRED_USE="
 # Disable test phase when USE="-test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="abi_x86_32? ( dev-lang/yasm )
+BDEPEND="abi_x86_32? ( dev-lang/yasm )
        abi_x86_64? ( dev-lang/yasm )
        abi_x86_x32? ( dev-lang/yasm )
        x86-fbsd? ( dev-lang/yasm )
index d82535cf0c445e6d2b80b77b34c2aeaf75ac79f7..02d9e8dd432c9622daff9fed0f71fc1c337fdf56 100644 (file)
@@ -28,8 +28,7 @@ REQUIRED_USE="test? ( threads )"
 # Disable test phase when USE="-test"
 RESTRICT="!test? ( test )"
 
-RDEPEND=""
-DEPEND="abi_x86_32? ( dev-lang/yasm )
+BDEPEND="abi_x86_32? ( dev-lang/yasm )
        abi_x86_64? ( dev-lang/yasm )
        abi_x86_x32? ( dev-lang/yasm )
        x86-fbsd? ( dev-lang/yasm )