summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-07-02 11:26:43 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-07-02 12:04:38 +0200
commit52b9dcbc53eb10c9d9ea702e7c2ffdb68ed82fb0 (patch)
tree5da2de8d92fca19fb8c2d0dba3dbbbb9c84be4c3 /media-video
parentmedia-libs/x264: fix asm deps (nasm 2.13 is required now) (diff)
downloadgentoo-52b9dcbc53eb10c9d9ea702e7c2ffdb68ed82fb0.tar.gz
gentoo-52b9dcbc53eb10c9d9ea702e7c2ffdb68ed82fb0.tar.bz2
gentoo-52b9dcbc53eb10c9d9ea702e7c2ffdb68ed82fb0.zip
media-video/x264-encoder: fix asm deps (nasm 2.13 is required now)
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-video')
-rw-r--r--media-video/x264-encoder/x264-encoder-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild
index 5ca8ce76dc2f..292bca0ee5b6 100644
--- a/media-video/x264-encoder/x264-encoder-9999.ebuild
+++ b/media-video/x264-encoder/x264-encoder-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="ffmpeg? ( virtual/ffmpeg )
ffmpegsource? ( media-libs/ffmpegsource )
mp4? ( >=media-video/gpac-0.5.2 )"
-ASM_DEP=">=dev-lang/yasm-1.2.0"
+ASM_DEP=">=dev-lang/nasm-2.13"
DEPEND="${RDEPEND}
amd64? ( ${ASM_DEP} )
x86? ( ${ASM_DEP} )