commit: bb2ea09f6cc4abebf5af415c108ec804e002da05
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 23:24:06 2017 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 23:24:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ea09f
media-video/libav: Update the live ebuild
Depend exclusively on nasm.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-video/libav/libav-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-video/libav/libav-9999.ebuild
b/media-video/libav/libav-9999.ebuild
index 1bba920f5df..d56d1db06ef 100644
--- a/media-video/libav/libav-9999.ebuild
+++ b/media-video/libav/libav-9999.ebuild
@@ -26,7 +26,7 @@ fi
[[ ${PV%9999} != "" ]] && SRC_URI+=" test? (
https://dev.gentoo.org/~lu_zero/libav/fate-${PV%%.*}.tar.xz )"
LICENSE="LGPL-2.1 gpl? ( GPL-3 )"
-SLOT="0/12"
+SLOT="0/13"
[[ ${PV} == *9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips
~ppc ~ppc64
~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
~x64-solaris ~x86-solaris"
@@ -109,7 +109,7 @@ DEPEND="${RDEPEND}
>=sys-devel/make-3.81
doc? ( app-text/texi2html )
ieee1394? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
- cpu_flags_x86_mmx? ( dev-lang/yasm )
+ cpu_flags_x86_mmx? ( >=dev-lang/nasm-2.13 )
rtmp? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
schroedinger? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )
ssl? ( >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] )