summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-02-23 13:34:55 +0100
committerMichael Weber <xmw@gentoo.org>2017-02-23 13:34:55 +0100
commit6c6a202ffd3b2e20ba7529b5d508881c0ce6d0b5 (patch)
tree9e7db2cc826ae071a6e41b57230093e9af916b43
parentmedia-libs/vamp-plugin-sdk: arm stable (bug 608868) (diff)
downloadgentoo-6c6a202ffd3b2e20ba7529b5d508881c0ce6d0b5.tar.gz
gentoo-6c6a202ffd3b2e20ba7529b5d508881c0ce6d0b5.tar.bz2
gentoo-6c6a202ffd3b2e20ba7529b5d508881c0ce6d0b5.zip
media-libs/zimg: arm stable (bug 608868)
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64"
-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 74b231f4fb70..a1f78c619336 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