Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/
Date: Sun, 05 Feb 2017 12:46:29
Message-Id: 1486298553.6d48c27d802440f9bd3c8ca461cd2cc85286a2c9.jer@gentoo
1 commit: 6d48c27d802440f9bd3c8ca461cd2cc85286a2c9
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 5 12:42:33 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 12:42:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d48c27d
7
8 media-libs/zimg: Mark ~ppc64 (bug #574786).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 media-libs/zimg/zimg-2.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-libs/zimg/zimg-2.4.ebuild b/media-libs/zimg/zimg-2.4.ebuild
17 index 58109a1..af288c0 100644
18 --- a/media-libs/zimg/zimg-2.4.ebuild
19 +++ b/media-libs/zimg/zimg-2.4.ebuild
20 @@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
21
22 if [ "${PV#9999}" = "${PV}" ] ; then
23 SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~ppc ~x86"
25 + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
26 S="${WORKDIR}/${PN}-release-${PV}/"
27 fi