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 90F0E139695 for ; Sat, 10 Jun 2017 20:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DDD8E0E3C; Sat, 10 Jun 2017 20:14:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 00AB8E0E3A for ; Sat, 10 Jun 2017 20:14:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21F72341BEF for ; Sat, 10 Jun 2017 20:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5798B7483 for ; Sat, 10 Jun 2017 20:14:27 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1497125548.5b1602349a1ad1c43c28a6df0430d61f092e90f7.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 5b1602349a1ad1c43c28a6df0430d61f092e90f7 X-VCS-Branch: master Date: Sat, 10 Jun 2017 20:14:27 +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: 574a0d6e-ab21-4f0b-897f-e89d3ab2e2c5 X-Archives-Hash: 481401777cfd1412a2c0e9fc224239cb commit: 5b1602349a1ad1c43c28a6df0430d61f092e90f7 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jun 10 19:50:02 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jun 10 20:12:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b160234 media-libs/kvazaar: ia64 stable, bug #574786 Package-Manager: Portage-2.3.6, Repoman-2.3.2 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 b0e0f860754..adab92844c3 100644 --- a/media-libs/kvazaar/kvazaar-1.0.0.ebuild +++ b/media-libs/kvazaar/kvazaar-1.0.0.ebuild @@ -20,7 +20,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="alpha amd64 arm hppa ppc ppc64 x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86" fi LICENSE="LGPL-2.1"