diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-04-07 18:04:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-04-07 18:04:59 +0200 |
commit | 117473feddfcc46f832448aff06fd75a100bb81f (patch) | |
tree | 74b8c2405683fff983e211dd649744f9e640a334 /media-libs/zimg | |
parent | dev-cpp/gtest: amd64 stable wrt bug #614916 (diff) | |
download | gentoo-117473feddfcc46f832448aff06fd75a100bb81f.tar.gz gentoo-117473feddfcc46f832448aff06fd75a100bb81f.tar.bz2 gentoo-117473feddfcc46f832448aff06fd75a100bb81f.zip |
media-libs/zimg: amd64 stable wrt bug #614626
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.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 5826bad7c0df..443ee4d9f9ce 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 |