summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2017-02-15 16:05:33 +0100
committerAgostino Sarubbo <ago@gentoo.org>2017-02-15 16:05:33 +0100
commit76afc29476db1b74e10ec533d6134736710fd391 (patch)
tree3984070599e2ac89f5505b085910530dd3bfafe2 /media-libs/zimg
parentmedia-libs/openh264: amd64 stable wrt bug #608868 (diff)
downloadgentoo-76afc29476db1b74e10ec533d6134736710fd391.tar.gz
gentoo-76afc29476db1b74e10ec533d6134736710fd391.tar.bz2
gentoo-76afc29476db1b74e10ec533d6134736710fd391.zip
media-libs/zimg: amd64 stable wrt bug #608868
Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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 af288c0d8848..69cc7c373775 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 ~ppc ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${PN}-release-${PV}/"
fi