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 03045138DB0 for ; Sat, 15 Oct 2016 05:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DA2CE0AA9; Sat, 15 Oct 2016 05:17:33 +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 5280DE0AA9 for ; Sat, 15 Oct 2016 05:17:33 +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 D43AD341016 for ; Sat, 15 Oct 2016 05:17:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 349282F4 for ; Sat, 15 Oct 2016 05:17:29 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1476508343.a6fad8c00454da70e49f323fa055cdb0bf2680be.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kvazaar/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kvazaar/kvazaar-1.0.0.ebuild X-VCS-Directories: media-libs/kvazaar/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a6fad8c00454da70e49f323fa055cdb0bf2680be X-VCS-Branch: master Date: Sat, 15 Oct 2016 05:17: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: 9997a9ce-1a9c-4f08-aa3b-1f1985672e29 X-Archives-Hash: 71adc1f422ba82a9f13efef5a931e302 commit: a6fad8c00454da70e49f323fa055cdb0bf2680be Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 15 05:12:23 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 15 05:12:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6fad8c0 media-libs/kvazaar: Mark ~hppa ~ppc64 (bug #574786). Package-Manager: portage-2.3.2 RepoMan-Options: --ignore-arches media-libs/kvazaar/kvazaar-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/kvazaar/kvazaar-1.0.0.ebuild b/media-libs/kvazaar/kvazaar-1.0.0.ebuild index ef87a92..d4c1ec5 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 ~ppc" + KEYWORDS="~amd64 ~hppa ~ppc ~ppc64" fi LICENSE="LGPL-2.1"