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 D6DFF139694 for ; Thu, 16 Mar 2017 10:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC91A21C1D9; Thu, 16 Mar 2017 10:13:17 +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 9C6F321C1D9 for ; Thu, 16 Mar 2017 10:13:17 +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 D60353412CB for ; Thu, 16 Mar 2017 10:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0A0726A15 for ; Thu, 16 Mar 2017 10:13:15 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1489659179.f2ab659baccad6641c975ba7e1935bf1749c1c8b.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtlocation/qtlocation-5.6.2.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: f2ab659baccad6641c975ba7e1935bf1749c1c8b X-VCS-Branch: master Date: Thu, 16 Mar 2017 10:13:15 +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: 4c4e9852-5891-41da-bd68-5c7d69c42cc1 X-Archives-Hash: 2b68f86a22419e4e0e214d43b1c468f3 commit: f2ab659baccad6641c975ba7e1935bf1749c1c8b Author: Michael Weber gentoo org> AuthorDate: Thu Mar 16 09:56:17 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Mar 16 10:12:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ab659b dev-qt/qtlocation: arm stable (bug 611784). Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64" dev-qt/qtlocation/qtlocation-5.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtlocation/qtlocation-5.6.2.ebuild b/dev-qt/qtlocation/qtlocation-5.6.2.ebuild index 2ccc7f7277b..77a5e74ffc4 100644 --- a/dev-qt/qtlocation/qtlocation-5.6.2.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="The Location module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="~amd64 arm ~x86" fi IUSE=""