summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-04-18 23:49:24 +0200
committerMichael Weber <xmw@gentoo.org>2017-04-18 23:49:50 +0200
commitfc33e77a2b65e2fba3ce627cab4cc13fc786a4f0 (patch)
treeaa57a2f0de4876889e45a1e6be8952344aa9c6bf /media-libs/zimg
parentapp-admin/mktwpol: Drops old version (diff)
downloadgentoo-fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0.tar.gz
gentoo-fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0.tar.bz2
gentoo-fc33e77a2b65e2fba3ce627cab4cc13fc786a4f0.zip
media-libs/zimg: arm ppc ppc64 stable (bug 614626).
Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
Diffstat (limited to 'media-libs/zimg')
-rw-r--r--media-libs/zimg/zimg-2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/zimg/zimg-2.5.ebuild b/media-libs/zimg/zimg-2.5.ebuild
index fc4f3cd58d8d..000ca12c2b38 100644
--- a/media-libs/zimg/zimg-2.5.ebuild
+++ b/media-libs/zimg/zimg-2.5.ebuild
@@ -19,7 +19,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="~alpha amd64 ~arm ~ppc ~ppc64 x86"
+ KEYWORDS="~alpha amd64 arm ppc ppc64 x86"
S="${WORKDIR}/${PN}-release-${PV}/"
fi