diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-20 03:22:49 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-20 04:09:58 +0100 |
commit | 1531c21a2db9c640c3479795e698dd7bdf92f1a7 (patch) | |
tree | 08bb20e5363cb7435cee377ff84cc6aeba7c019c /media-libs/dav1d | |
parent | net-wireless/ubertooth: bump (diff) | |
download | gentoo-1531c21a2db9c640c3479795e698dd7bdf92f1a7.tar.gz gentoo-1531c21a2db9c640c3479795e698dd7bdf92f1a7.tar.bz2 gentoo-1531c21a2db9c640c3479795e698dd7bdf92f1a7.zip |
media-libs/dav1d: x86 keyworded
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs/dav1d')
-rw-r--r-- | media-libs/dav1d/dav1d-0.2.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/dav1d/dav1d-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/dav1d/dav1d-0.2.0.ebuild b/media-libs/dav1d/dav1d-0.2.0.ebuild index ddb669829bc1..2287092b471c 100644 --- a/media-libs/dav1d/dav1d-0.2.0.ebuild +++ b/media-libs/dav1d/dav1d-0.2.0.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 diff --git a/media-libs/dav1d/dav1d-9999.ebuild b/media-libs/dav1d/dav1d-9999.ebuild index 8b2a1f361334..2287092b471c 100644 --- a/media-libs/dav1d/dav1d-9999.ebuild +++ b/media-libs/dav1d/dav1d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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 |