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 9C0B4139695 for ; Sat, 18 Feb 2017 08:51:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A41E421C082; Sat, 18 Feb 2017 08:51:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 841F321C082 for ; Sat, 18 Feb 2017 08:51:46 +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 6BC9534108B for ; Sat, 18 Feb 2017 08:51:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D71524BED for ; Sat, 18 Feb 2017 08:51:42 +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: <1487407895.41bdb4e53cf7d530a4a2d7d768a9ba4f482092e3.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: 41bdb4e53cf7d530a4a2d7d768a9ba4f482092e3 X-VCS-Branch: master Date: Sat, 18 Feb 2017 08:51:42 +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: ec4c4969-5837-42c9-8c4c-b04b4f0c092a X-Archives-Hash: e6f178910c4429872f98f8695c5d4d6d commit: 41bdb4e53cf7d530a4a2d7d768a9ba4f482092e3 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 18 08:49:04 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 18 08:51:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bdb4e5 media-libs/kvazaar: Stable for HPPA (bug #608868). Package-Manager: Portage-2.3.3, Repoman-2.3.1 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 0886e0c12d..1906f2f0f0 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 ~arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1"