From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9526213832E for ; Mon, 25 Jul 2016 17:09:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D25BCE0881; Mon, 25 Jul 2016 17:09:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 782C7E0881 for ; Mon, 25 Jul 2016 17:09:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4150A340C5B for ; Mon, 25 Jul 2016 17:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B5D7CE for ; Mon, 25 Jul 2016 17:09:37 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1469466568.9f2c0f63641861dad6c5b90bb27ff2562d35219e.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/zimg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/zimg/zimg-2.0.4.ebuild media-libs/zimg/zimg-9999.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 9f2c0f63641861dad6c5b90bb27ff2562d35219e X-VCS-Branch: master Date: Mon, 25 Jul 2016 17:09:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 499da3d9-2d68-4fcc-bf56-3571ce6364e4 X-Archives-Hash: f99354775fdf43fbd73c17f178befaad commit: 9f2c0f63641861dad6c5b90bb27ff2562d35219e Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Jul 25 17:09:28 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Jul 25 17:09:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2c0f63 media-libs/zimg: keyword ~ppc Bug: https://bugs.gentoo.org/show_bug.cgi?id=574786 Package-Manager: portage-2.2.28 media-libs/zimg/zimg-2.0.4.ebuild | 4 ++-- 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 73b4cb9..a8a8647 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 73b4cb9..a8a8647 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