diff options
author | Sam James <sam@gentoo.org> | 2021-08-28 03:33:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-28 03:33:50 +0100 |
commit | a2f1afcf7a53e604634b9fcb59c3a467b57f8103 (patch) | |
tree | a138f893f7fb92a12380939eb818c9d9199dabda /media-libs | |
parent | mail-mta/sendmail: fix build with berkdb (diff) | |
download | gentoo-a2f1afcf7a53e604634b9fcb59c3a467b57f8103.tar.gz gentoo-a2f1afcf7a53e604634b9fcb59c3a467b57f8103.tar.bz2 gentoo-a2f1afcf7a53e604634b9fcb59c3a467b57f8103.zip |
media-libs/libvpx: add missing dev-lang/perl BDEPEND
Closes: https://bugs.gentoo.org/809926
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvpx/libvpx-1.10.0.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.7.0-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 7741f3d05ca3..46a5c2db8ece 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 dd47363e1e0b..1e1421ac75dd 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 1326c2ab6ceb..797205efb166 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 ) |