Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/openh264/
Date: Tue, 31 Jan 2017 14:11:41
Message-Id: 1485871885.63fb2f3aa641a97173d26e2dc31006c5079565ff.aballier@gentoo
1 commit: 63fb2f3aa641a97173d26e2dc31006c5079565ff
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 14:11:25 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 14:11:25 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63fb2f3a
7
8 media-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one needing it.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-libs/openh264/openh264-1.5.0.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/openh264/openh264-1.5.0.ebuild b/media-libs/openh264/openh264-1.5.0.ebuild
16 index 3355074..b762907 100644
17 --- a/media-libs/openh264/openh264-1.5.0.ebuild
18 +++ b/media-libs/openh264/openh264-1.5.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -19,7 +19,9 @@ IUSE="+plugin utils"
26 RESTRICT="bindist"
27
28 RDEPEND="!<www-client/firefox-${MOZVER}"
29 -DEPEND="dev-lang/nasm"
30 +DEPEND="
31 + abi_x86_32? ( dev-lang/nasm )
32 + abi_x86_64? ( dev-lang/nasm )"
33
34 DOCS=( LICENSE CONTRIBUTORS README.md )