diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2017-12-18 23:24:06 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-12-18 23:24:43 +0000 |
commit | bb2ea09f6cc4abebf5af415c108ec804e002da05 (patch) | |
tree | 36a955df49af708ba7689eefda8dc88c31da0ef5 /media-video/libav | |
parent | app-portage/unsymlink-lib: Drop buggy v4 (diff) | |
download | gentoo-bb2ea09f6cc4abebf5af415c108ec804e002da05.tar.gz gentoo-bb2ea09f6cc4abebf5af415c108ec804e002da05.tar.bz2 gentoo-bb2ea09f6cc4abebf5af415c108ec804e002da05.zip |
media-video/libav: Update the live ebuild
Depend exclusively on nasm.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video/libav')
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 1bba920f5df5..d56d1db06ef8 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}] ) |