Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Sat, 15 Oct 2016 11:47:33
Message-Id: 1476532030.4be5599aaf9aa123889d7a89829a76f999cc83a6.pacho@gentoo
1 commit: 4be5599aaf9aa123889d7a89829a76f999cc83a6
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 15 11:36:18 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 15 11:47:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be5599a
7
8 media-libs/zimg: x86 keyword, bug #574786
9
10 Package-Manager: portage-2.3.1
11
12 media-libs/zimg/zimg-2.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/zimg/zimg-2.3.ebuild b/media-libs/zimg/zimg-2.3.ebuild
16 index a8a8647..cfb8136 100644
17 --- a/media-libs/zimg/zimg-2.3.ebuild
18 +++ b/media-libs/zimg/zimg-2.3.ebuild
19 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
20
21 if [ "${PV#9999}" = "${PV}" ] ; then
22 SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~ppc"
24 + KEYWORDS="~amd64 ~ppc ~x86"
25 S="${WORKDIR}/${PN}-release-${PV}/"
26 fi