commit: 7bc545601909652dbc88f54efc1ef30bed29809c
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 11 09:40:12 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 09:40:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc54560
media-libs/libaom: x86 keyworded (bug #653676)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
media-libs/libaom/libaom-0_pre20180421.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-libs/libaom/libaom-0_pre20180421.ebuild
b/media-libs/libaom/libaom-0_pre20180421.ebuild
index 93a69a35286..6b45d369d2b 100644
--- a/media-libs/libaom/libaom-0_pre20180421.ebuild
+++ b/media-libs/libaom/libaom-0_pre20180421.ebuild
@@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://aomedia.googlesource.com/aom"
elif [[ ${PV} == *pre* ]]; then
SRC_URI="mirror://gentoo/${P}.tar.xz"
- KEYWORDS="~amd64 ~hppa ~ia64"
+ KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
S="${WORKDIR}/${PN}"
fi