summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-02-05 13:42:33 +0100
committerJeroen Roovers <jer@gentoo.org>2017-02-05 13:42:33 +0100
commit6d48c27d802440f9bd3c8ca461cd2cc85286a2c9 (patch)
treec3427d41f67f1ae1ccf1ba8c88b5dcced704e7de
parentprofiles/arch/powerpc/ppc64: media-video/ffmpeg mask USE=libilbc. (diff)
downloadgentoo-6d48c27d.tar.gz
gentoo-6d48c27d.tar.bz2
gentoo-6d48c27d.zip
media-libs/zimg: Mark ~ppc64 (bug #574786).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
-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 58109a112c87..af288c0d8848 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 ~x86"
+ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
S="${WORKDIR}/${PN}-release-${PV}/"
fi