commit: a2f1afcf7a53e604634b9fcb59c3a467b57f8103 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 28 02:33:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 28 02:33:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f1afcf
media-libs/libvpx: add missing dev-lang/perl BDEPEND Closes: https://bugs.gentoo.org/809926 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libvpx/libvpx-1.10.0.ebuild | 3 ++- media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 +++-- media-libs/libvpx/libvpx-1.9.0.ebuild | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild index 7741f3d05ca..46a5c2db8ec 100644 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild @@ -29,7 +29,8 @@ REQUIRED_USE="test? ( threads )" # Disable test phase when USE="-test" RESTRICT="!test? ( test )" -BDEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="dev-lang/perl + 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.7.0-r1.ebuild b/media-libs/libvpx/libvpx-1.7.0-r1.ebuild index dd47363e1e0..1e1421ac75d 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-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -32,7 +32,8 @@ REQUIRED_USE=" # Disable test phase when USE="-test" RESTRICT="!test? ( test )" -BDEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="dev-lang/perl + 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.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild index 1326c2ab6ce..797205efb16 100644 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild @@ -29,7 +29,8 @@ REQUIRED_USE="test? ( threads )" # Disable test phase when USE="-test" RESTRICT="!test? ( test )" -BDEPEND="abi_x86_32? ( dev-lang/yasm ) +BDEPEND="dev-lang/perl + abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm )
