summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2019-03-20 15:04:55 +0800
committerYixun Lan <dlan@gentoo.org>2019-03-20 15:05:03 +0800
commitfd5b0c3ac9a74d7502a051e931c8120fd7b0bc7d (patch)
treea17205010bd07027e772c00be5fcd050fe20df3b /media-libs/dav1d
parentapp-i18n/ibus: version bump 1.5.20 (diff)
downloadgentoo-fd5b0c3ac9a74d7502a051e931c8120fd7b0bc7d.tar.gz
gentoo-fd5b0c3ac9a74d7502a051e931c8120fd7b0bc7d.tar.bz2
gentoo-fd5b0c3ac9a74d7502a051e931c8120fd7b0bc7d.zip
media-libs/dav1d: fix subslot & keyword
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r--media-libs/dav1d/dav1d-0.2.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/dav1d/dav1d-0.2.1.ebuild b/media-libs/dav1d/dav1d-0.2.1.ebuild
index ddb669829bc1..361df4a791a4 100644
--- a/media-libs/dav1d/dav1d-0.2.1.ebuild
+++ b/media-libs/dav1d/dav1d-0.2.1.ebuild
@@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then
SCM="git-r3"
EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d"
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2"
fi
@@ -18,7 +18,7 @@ DESCRIPTION="dav1d is an AV1 Decoder :)"
HOMEPAGE="https://code.videolan.org/videolan/dav1d"
LICENSE="BSD-2"
-SLOT="0"
+SLOT="0/1"
IUSE="+8bit +10bit +asm"
ASM_DEPEND=">=dev-lang/nasm-2.13"