diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-17 09:38:28 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-17 10:00:55 +0200 |
commit | de68bd60212cd98f5e175669bee43358755e0b7b (patch) | |
tree | 3031c78386ff5d65040a1aa336cabe1cb808fa3f /media-libs/zimg/zimg-2.5.ebuild | |
parent | dev-perl/Filter: x86 stable wrt bug #614752 (diff) | |
download | gentoo-de68bd60212cd98f5e175669bee43358755e0b7b.tar.gz gentoo-de68bd60212cd98f5e175669bee43358755e0b7b.tar.bz2 gentoo-de68bd60212cd98f5e175669bee43358755e0b7b.zip |
media-libs/zimg: x86 stable wrt bug #614626
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'media-libs/zimg/zimg-2.5.ebuild')
-rw-r--r-- | media-libs/zimg/zimg-2.5.ebuild | 2 |
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 443ee4d9f9ce..fc4f3cd58d8d 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 |