diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 12:02:55 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-25 12:02:55 +0100 |
commit | 5cdabb33b8f3d09221e0ff853123a4a11ad1f03c (patch) | |
tree | 52112f615ab0a13e75f74ca1d4a909489fde8be2 /media-libs/dav1d | |
parent | sys-kernel/gentoo-sources: amd64 stable (bug #754219) (diff) | |
download | gentoo-5cdabb33b8f3d09221e0ff853123a4a11ad1f03c.tar.gz gentoo-5cdabb33b8f3d09221e0ff853123a4a11ad1f03c.tar.bz2 gentoo-5cdabb33b8f3d09221e0ff853123a4a11ad1f03c.zip |
media-libs/dav1d: update live ebuild
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild index df2296051be2..abc2d61dfe39 100644 --- a/media-libs/dav1d/dav1d-9999.ebuild +++ b/media-libs/dav1d/dav1d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,10 +18,10 @@ DESCRIPTION="dav1d is an AV1 Decoder :)" HOMEPAGE="https://code.videolan.org/videolan/dav1d" LICENSE="BSD-2" -SLOT="0/4" +SLOT="0/5" IUSE="+8bit +10bit +asm" -ASM_DEPEND=">=dev-lang/nasm-2.13.02" +ASM_DEPEND=">=dev-lang/nasm-2.14.02" BDEPEND="asm? ( abi_x86_32? ( ${ASM_DEPEND} ) abi_x86_64? ( ${ASM_DEPEND} ) |