Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/
Date: Mon, 11 Jun 2018 09:59:06
Message-Id: 1528710012.7bc545601909652dbc88f54efc1ef30bed29809c.whissi@gentoo
1 commit: 7bc545601909652dbc88f54efc1ef30bed29809c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 11 09:40:12 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 09:40:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bc54560
7
8 media-libs/libaom: x86 keyworded (bug #653676)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/libaom/libaom-0_pre20180421.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/libaom/libaom-0_pre20180421.ebuild b/media-libs/libaom/libaom-0_pre20180421.ebuild
16 index 93a69a35286..6b45d369d2b 100644
17 --- a/media-libs/libaom/libaom-0_pre20180421.ebuild
18 +++ b/media-libs/libaom/libaom-0_pre20180421.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://aomedia.googlesource.com/aom"
21 elif [[ ${PV} == *pre* ]]; then
22 SRC_URI="mirror://gentoo/${P}.tar.xz"
23 - KEYWORDS="~amd64 ~hppa ~ia64"
24 + KEYWORDS="~amd64 ~hppa ~ia64 ~x86"
25 S="${WORKDIR}/${PN}"
26 fi