summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-31 15:11:25 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-31 15:11:25 +0100
commit63fb2f3aa641a97173d26e2dc31006c5079565ff (patch)
tree6159dd32c55ca7c6133b4682b8a88a5a5a0f5956 /media-libs/openh264
parentmedia-libs/x264: remove old (diff)
downloadgentoo-63fb2f3aa641a97173d26e2dc31006c5079565ff.tar.gz
gentoo-63fb2f3aa641a97173d26e2dc31006c5079565ff.tar.bz2
gentoo-63fb2f3aa641a97173d26e2dc31006c5079565ff.zip
media-libs/openh264: Restrict nasm dep to x86 ABIs which are the only one needing it.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-libs/openh264')
-rw-r--r--media-libs/openh264/openh264-1.5.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-libs/openh264/openh264-1.5.0.ebuild b/media-libs/openh264/openh264-1.5.0.ebuild
index 335507477729..b7629073b15a 100644
--- a/media-libs/openh264/openh264-1.5.0.ebuild
+++ b/media-libs/openh264/openh264-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,7 +19,9 @@ IUSE="+plugin utils"
RESTRICT="bindist"
RDEPEND="!<www-client/firefox-${MOZVER}"
-DEPEND="dev-lang/nasm"
+DEPEND="
+ abi_x86_32? ( dev-lang/nasm )
+ abi_x86_64? ( dev-lang/nasm )"
DOCS=( LICENSE CONTRIBUTORS README.md )