diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-07 13:55:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-07 13:55:17 +0200 |
commit | 668ec60c37b6c7c486561713cfd230093889f72b (patch) | |
tree | 3296539b4608d7b2cb3f524f09b2a3f47f75ee87 /media-libs/dav1d | |
parent | sys-apps/edac-utils: amd64 stable wrt bug #811903 (diff) | |
download | gentoo-668ec60c37b6c7c486561713cfd230093889f72b.tar.gz gentoo-668ec60c37b6c7c486561713cfd230093889f72b.tar.bz2 gentoo-668ec60c37b6c7c486561713cfd230093889f72b.zip |
media-libs/dav1d: amd64 stable wrt bug #811918
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/dav1d/dav1d-0.9.1.ebuild b/media-libs/dav1d/dav1d-0.9.1.ebuild index c3639c39c8cb..9ac94d5077b1 100644 --- a/media-libs/dav1d/dav1d-0.9.1.ebuild +++ b/media-libs/dav1d/dav1d-0.9.1.ebuild @@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://code.videolan.org/videolan/dav1d" else SRC_URI="https://code.videolan.org/videolan/dav1d/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi inherit ${SCM} meson-multilib |