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 9FE73138DB0 for ; Sat, 15 Oct 2016 11:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E1E7E0B68; Sat, 15 Oct 2016 11:47:32 +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 4B063E0B68 for ; Sat, 15 Oct 2016 11:47:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55576341229 for ; Sat, 15 Oct 2016 11:47:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9295306 for ; Sat, 15 Oct 2016 11:47:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1476532030.4be5599aaf9aa123889d7a89829a76f999cc83a6.pacho@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.3.ebuild X-VCS-Directories: media-libs/zimg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 4be5599aaf9aa123889d7a89829a76f999cc83a6 X-VCS-Branch: master Date: Sat, 15 Oct 2016 11:47:29 +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: a818db7a-61bc-46f0-8199-ad4e984fe4c2 X-Archives-Hash: 2c4ca523eac2fa814c3697c693d17583 commit: 4be5599aaf9aa123889d7a89829a76f999cc83a6 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 15 11:36:18 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 15 11:47:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be5599a media-libs/zimg: x86 keyword, bug #574786 Package-Manager: portage-2.3.1 media-libs/zimg/zimg-2.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/zimg/zimg-2.3.ebuild b/media-libs/zimg/zimg-2.3.ebuild index a8a8647..cfb8136 100644 --- a/media-libs/zimg/zimg-2.3.ebuild +++ b/media-libs/zimg/zimg-2.3.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" + KEYWORDS="~amd64 ~ppc ~x86" S="${WORKDIR}/${PN}-release-${PV}/" fi