diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-03-05 14:30:11 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-03-05 14:30:11 -0500 |
commit | 5ec6f2ff9c8e209bd121f42d01b1939ffdf62048 (patch) | |
tree | 8026a3f21e7ea9ce64662421a23135d51dc2055f /media-libs/libvpx | |
parent | mail-filter/amavisd-milter: Revbump to fix syntax error (diff) | |
download | gentoo-5ec6f2ff9c8e209bd121f42d01b1939ffdf62048.tar.gz gentoo-5ec6f2ff9c8e209bd121f42d01b1939ffdf62048.tar.bz2 gentoo-5ec6f2ff9c8e209bd121f42d01b1939ffdf62048.zip |
media-libs/libvpx: move build deps to BDEPEND
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>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.8.2.ebuild | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild index c260444eab02..1926e34ee050 100644 --- a/media-libs/libvpx/libvpx-1.7.0-r1.ebuild +++ b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild @@ -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 ) diff --git a/media-libs/libvpx/libvpx-1.8.2.ebuild b/media-libs/libvpx/libvpx-1.8.2.ebuild index d82535cf0c44..02d9e8dd432c 100644 --- a/media-libs/libvpx/libvpx-1.8.2.ebuild +++ b/media-libs/libvpx/libvpx-1.8.2.ebuild @@ -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 ) |