diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-02-24 21:36:54 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-02-24 21:37:08 -0500 |
commit | 314a1d58c7fe64969086be66bd3a7b48e58ef2f4 (patch) | |
tree | b056ad4dc67edfa710462c0f316c68c0d1e675c9 /media-libs/libvpx | |
parent | net-dns/c-ares: disable test, bug #575470 (diff) | |
download | gentoo-314a1d58c7fe64969086be66bd3a7b48e58ef2f4.tar.gz gentoo-314a1d58c7fe64969086be66bd3a7b48e58ef2f4.tar.bz2 gentoo-314a1d58c7fe64969086be66bd3a7b48e58ef2f4.zip |
media-libs/libvpx: Depend on yasm for x32
Bug: https://bugs.gentoo.org/575588
Package-Manager: portage-2.2.27_p64
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.3.0.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.4.0.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.5.0.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/libvpx/libvpx-1.3.0.ebuild b/media-libs/libvpx/libvpx-1.3.0.ebuild index 035c37e2f77b..61dd47e92913 100644 --- a/media-libs/libvpx/libvpx-1.3.0.ebuild +++ b/media-libs/libvpx/libvpx-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -33,6 +33,7 @@ IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postpro RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) + abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) amd64-fbsd? ( dev-lang/yasm ) doc? ( diff --git a/media-libs/libvpx/libvpx-1.4.0.ebuild b/media-libs/libvpx/libvpx-1.4.0.ebuild index ac6af7aea239..bd9994b4b4da 100644 --- a/media-libs/libvpx/libvpx-1.4.0.ebuild +++ b/media-libs/libvpx/libvpx-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,6 +32,7 @@ IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postpro RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) + abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) amd64-fbsd? ( dev-lang/yasm ) doc? ( diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild index e5889d094eba..1f1c669e2213 100644 --- a/media-libs/libvpx/libvpx-1.5.0.ebuild +++ b/media-libs/libvpx/libvpx-1.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,6 +32,7 @@ IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_fl RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="abi_x86_32? ( dev-lang/yasm ) abi_x86_64? ( dev-lang/yasm ) + abi_x86_x32? ( dev-lang/yasm ) x86-fbsd? ( dev-lang/yasm ) amd64-fbsd? ( dev-lang/yasm ) doc? ( |