From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-961718-garchives=archives.gentoo.org@lists.gentoo.org>
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 86778139694
	for <garchives@archives.gentoo.org>; Sat, 15 Jul 2017 05:16:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A74C1FC041;
	Sat, 15 Jul 2017 05:16:27 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5F2C91FC041
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:27 +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 ABFA93418D5
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A36E74C6
	for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:23 +0000 (UTC)
From: "Markus Meier" <maekke@gentoo.org>
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" <maekke@gentoo.org>
Message-ID: <1500095732.a8fc1a46537ff69bddc255c9dd75a3ad5dd3d7cb.maekke@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsvg/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-qt/qtsvg/qtsvg-5.7.1.ebuild
X-VCS-Directories: dev-qt/qtsvg/
X-VCS-Committer: maekke
X-VCS-Committer-Name: Markus Meier
X-VCS-Revision: a8fc1a46537ff69bddc255c9dd75a3ad5dd3d7cb
X-VCS-Branch: master
Date: Sat, 15 Jul 2017 05:16:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: ea33c11a-a142-4724-9fa2-e0c2833d1f1a
X-Archives-Hash: e72f0c526185ab82b51c0e38bf9aa288

commit:     a8fc1a46537ff69bddc255c9dd75a3ad5dd3d7cb
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 05:15:32 2017 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 05:15:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fc1a46

dev-qt/qtsvg: arm stable, bug #620334

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 dev-qt/qtsvg/qtsvg-5.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtsvg/qtsvg-5.7.1.ebuild b/dev-qt/qtsvg/qtsvg-5.7.1.ebuild
index 9f64a569b22..3ff247d0daf 100644
--- a/dev-qt/qtsvg/qtsvg-5.7.1.ebuild
+++ b/dev-qt/qtsvg/qtsvg-5.7.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
 DESCRIPTION="SVG rendering library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
+	KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86"
 fi
 
 IUSE=""