summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-02-22 14:16:54 +0100
committerJeroen Roovers <jer@gentoo.org>2017-02-22 14:18:57 +0100
commit3730b4d1a54341eb3a940749e7e024edade8fe38 (patch)
tree37d6e7d779e6fbec6dc905d84291ee342dc6f39f /media-libs/zimg
parentmedia-libs/openh264: Stable for PPC64 (bug #608868). (diff)
downloadgentoo-3730b4d1a54341eb3a940749e7e024edade8fe38.tar.gz
gentoo-3730b4d1a54341eb3a940749e7e024edade8fe38.tar.bz2
gentoo-3730b4d1a54341eb3a940749e7e024edade8fe38.zip
media-libs/zimg: Stable for PPC64 (bug #608868).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
Diffstat (limited to 'media-libs/zimg')
-rw-r--r--media-libs/zimg/zimg-2.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/zimg/zimg-2.4.ebuild b/media-libs/zimg/zimg-2.4.ebuild
index 8a6f33cadcd6..63a9fbf6b916 100644
--- a/media-libs/zimg/zimg-2.4.ebuild
+++ b/media-libs/zimg/zimg-2.4.ebuild
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/sekrit-twc/zimg"
if [ "${PV#9999}" = "${PV}" ] ; then
SRC_URI="https://github.com/sekrit-twc/zimg/archive/release-${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 ~arm ~ppc ppc64 x86"
S="${WORKDIR}/${PN}-release-${PV}/"
fi