diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-25 19:09:28 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-25 19:09:28 +0200 |
commit | 9f2c0f63641861dad6c5b90bb27ff2562d35219e (patch) | |
tree | f16b9b3f1816a92385ad1421dbd198cebcc7d7d9 | |
parent | dev-python/sqlalchemy: Bump (diff) | |
download | gentoo-9f2c0f63641861dad6c5b90bb27ff2562d35219e.tar.gz gentoo-9f2c0f63641861dad6c5b90bb27ff2562d35219e.tar.bz2 gentoo-9f2c0f63641861dad6c5b90bb27ff2562d35219e.zip |
media-libs/zimg: keyword ~ppc
Bug: https://bugs.gentoo.org/show_bug.cgi?id=574786
Package-Manager: portage-2.2.28
-rw-r--r-- | media-libs/zimg/zimg-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | media-libs/zimg/zimg-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-libs/zimg/zimg-2.0.4.ebuild b/media-libs/zimg/zimg-2.0.4.ebuild index 73b4cb907342..a8a8647561d2 100644 --- a/media-libs/zimg/zimg-2.0.4.ebuild +++ b/media-libs/zimg/zimg-2.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" + KEYWORDS="~amd64 ~ppc" S="${WORKDIR}/${PN}-release-${PV}/" fi diff --git a/media-libs/zimg/zimg-9999.ebuild b/media-libs/zimg/zimg-9999.ebuild index 73b4cb907342..a8a8647561d2 100644 --- a/media-libs/zimg/zimg-9999.ebuild +++ b/media-libs/zimg/zimg-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" + KEYWORDS="~amd64 ~ppc" S="${WORKDIR}/${PN}-release-${PV}/" fi |