commit:     314a1d58c7fe64969086be66bd3a7b48e58ef2f4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 25 02:36:54 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 02:37:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314a1d58

media-libs/libvpx: Depend on yasm for x32

Bug: https://bugs.gentoo.org/575588

Package-Manager: portage-2.2.27_p64

 media-libs/libvpx/libvpx-1.3.0.ebuild | 3 ++-
 media-libs/libvpx/libvpx-1.4.0.ebuild | 3 ++-
 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 035c37e2..61dd47e 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 ac6af7a..bd9994b 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 e5889d0..1f1c669 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? (

Reply via email to