diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:55:42 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-15 16:55:42 +0100 |
commit | e97b22430c94a0e10f8d2e0fcd123f8c9aaa1aa5 (patch) | |
tree | 6a2cf49c9ac7e53c305a1fd74782fc424db8ae30 /media-libs/zimg | |
parent | media-libs/openh264: x86 stable wrt bug #608868 (diff) | |
download | gentoo-e97b22430c94a0e10f8d2e0fcd123f8c9aaa1aa5.tar.gz gentoo-e97b22430c94a0e10f8d2e0fcd123f8c9aaa1aa5.tar.bz2 gentoo-e97b22430c94a0e10f8d2e0fcd123f8c9aaa1aa5.zip |
media-libs/zimg: x86 stable wrt bug #608868
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/zimg')
-rw-r--r-- | media-libs/zimg/zimg-2.4.ebuild | 2 |
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 69cc7c373775..d2c5037654a6 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 |