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 66A7A138DB0 for ; Sat, 15 Oct 2016 11:47:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A749CE0B31; Sat, 15 Oct 2016 11:47:31 +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 8E5B5E0B31 for ; Sat, 15 Oct 2016 11:47:31 +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 9C9C333FE7D for ; Sat, 15 Oct 2016 11:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 818E62EE 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: <1476532020.7fe973bdb587dda1b131aa4e6f5cb140fd8a6dc3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-0.8.3.ebuild media-libs/kvazaar/kvazaar-1.0.0.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7fe973bdb587dda1b131aa4e6f5cb140fd8a6dc3 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: e5e101c3-eed1-4ca0-9d2b-eb4880fa9211 X-Archives-Hash: fc16f8e6d206c21a51fc046ab36302e3 commit: 7fe973bdb587dda1b131aa4e6f5cb140fd8a6dc3 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 15 11:07:33 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 15 11:47:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe973bd media-libs/kvazaar: x86 keyword, bug #574786 Package-Manager: portage-2.3.1 media-libs/kvazaar/kvazaar-0.8.3.ebuild | 2 +- media-libs/kvazaar/kvazaar-1.0.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/kvazaar/kvazaar-0.8.3.ebuild b/media-libs/kvazaar/kvazaar-0.8.3.ebuild index 6478300..e4f7dda 100644 --- a/media-libs/kvazaar/kvazaar-0.8.3.ebuild +++ b/media-libs/kvazaar/kvazaar-0.8.3.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~ppc" + KEYWORDS="~amd64 ~ppc x86" fi LICENSE="LGPL-2.1" diff --git a/media-libs/kvazaar/kvazaar-1.0.0.ebuild b/media-libs/kvazaar/kvazaar-1.0.0.ebuild index d4c1ec5..d5a93cc 100644 --- a/media-libs/kvazaar/kvazaar-1.0.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.0.0.ebuild @@ -21,7 +21,7 @@ HOMEPAGE="http://ultravideo.cs.tut.fi/ https://github.com/ultravideo/kvazaar" if [ "${PV#9999}" = "${PV}" ] ; then SRC_URI="https://github.com/ultravideo/kvazaar/archive/v${PV}.tar.gz -> ${P}.tar.gz test? ( https://github.com/silentbicycle/greatest/archive/v${GREATEST_PV}.tar.gz -> greatest-${GREATEST_PV}.tar.gz )" - KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" + KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1"