Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Thu, 25 Feb 2016 02:37:20
Message-Id: 1456367828.314a1d58c7fe64969086be66bd3a7b48e58ef2f4.floppym@gentoo
1 commit: 314a1d58c7fe64969086be66bd3a7b48e58ef2f4
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 25 02:36:54 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 25 02:37:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314a1d58
7
8 media-libs/libvpx: Depend on yasm for x32
9
10 Bug: https://bugs.gentoo.org/575588
11
12 Package-Manager: portage-2.2.27_p64
13
14 media-libs/libvpx/libvpx-1.3.0.ebuild | 3 ++-
15 media-libs/libvpx/libvpx-1.4.0.ebuild | 3 ++-
16 media-libs/libvpx/libvpx-1.5.0.ebuild | 3 ++-
17 3 files changed, 6 insertions(+), 3 deletions(-)
18
19 diff --git a/media-libs/libvpx/libvpx-1.3.0.ebuild b/media-libs/libvpx/libvpx-1.3.0.ebuild
20 index 035c37e2..61dd47e 100644
21 --- a/media-libs/libvpx/libvpx-1.3.0.ebuild
22 +++ b/media-libs/libvpx/libvpx-1.3.0.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2016 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 # $Id$
28
29 @@ -33,6 +33,7 @@ IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postpro
30 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
31 DEPEND="abi_x86_32? ( dev-lang/yasm )
32 abi_x86_64? ( dev-lang/yasm )
33 + abi_x86_x32? ( dev-lang/yasm )
34 x86-fbsd? ( dev-lang/yasm )
35 amd64-fbsd? ( dev-lang/yasm )
36 doc? (
37
38 diff --git a/media-libs/libvpx/libvpx-1.4.0.ebuild b/media-libs/libvpx/libvpx-1.4.0.ebuild
39 index ac6af7a..bd9994b 100644
40 --- a/media-libs/libvpx/libvpx-1.4.0.ebuild
41 +++ b/media-libs/libvpx/libvpx-1.4.0.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -32,6 +32,7 @@ IUSE="altivec cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postpro
49 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
50 DEPEND="abi_x86_32? ( dev-lang/yasm )
51 abi_x86_64? ( dev-lang/yasm )
52 + abi_x86_x32? ( dev-lang/yasm )
53 x86-fbsd? ( dev-lang/yasm )
54 amd64-fbsd? ( dev-lang/yasm )
55 doc? (
56
57 diff --git a/media-libs/libvpx/libvpx-1.5.0.ebuild b/media-libs/libvpx/libvpx-1.5.0.ebuild
58 index e5889d0..1f1c669 100644
59 --- a/media-libs/libvpx/libvpx-1.5.0.ebuild
60 +++ b/media-libs/libvpx/libvpx-1.5.0.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2015 Gentoo Foundation
63 +# Copyright 1999-2016 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 # $Id$
66
67 @@ -32,6 +32,7 @@ IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_fl
68 RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
69 DEPEND="abi_x86_32? ( dev-lang/yasm )
70 abi_x86_64? ( dev-lang/yasm )
71 + abi_x86_x32? ( dev-lang/yasm )
72 x86-fbsd? ( dev-lang/yasm )
73 amd64-fbsd? ( dev-lang/yasm )
74 doc? (