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 D0FF3139694 for ; Fri, 17 Feb 2017 17:28:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBF42E0D1D; Fri, 17 Feb 2017 17:28: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 AE4F7E0D1D for ; Fri, 17 Feb 2017 17:28:31 +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 02141340EE8 for ; Fri, 17 Feb 2017 17:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79D254B33 for ; Fri, 17 Feb 2017 17:28:28 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1487352439.7fa1d83038b0861ca52787055e71b900c1202cf4.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 7fa1d83038b0861ca52787055e71b900c1202cf4 X-VCS-Branch: master Date: Fri, 17 Feb 2017 17:28:28 +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: 418b34c1-4641-4fda-903f-7786e3d58dd4 X-Archives-Hash: 5e7e12ef8d19eaf0c0f8f1b892a82725 commit: 7fa1d83038b0861ca52787055e71b900c1202cf4 Author: Markus Meier gentoo org> AuthorDate: Fri Feb 17 17:14:48 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Feb 17 17:27:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fa1d830 media-libs/kvazaar: add ~arm, bug #574786 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" 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 87989d1c02..0886e0c12d 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 x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" fi LICENSE="LGPL-2.1"