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 6523713832E for ; Thu, 18 Aug 2016 18:43:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A714E0B55; Thu, 18 Aug 2016 18:43:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 024F4E0B55 for ; Thu, 18 Aug 2016 18:43:26 +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 418813405D5 for ; Thu, 18 Aug 2016 18:43:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C09672430 for ; Thu, 18 Aug 2016 18:43:22 +0000 (UTC) From: "Michael Palimaka" 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 Palimaka" Message-ID: <1471545793.a82754e700e6661d22faa69ea6a76922b888039f.kensington@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.1.ebuild dev-qt/qtlocation/qtlocation-5.7.0.ebuild X-VCS-Directories: dev-qt/qtlocation/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a82754e700e6661d22faa69ea6a76922b888039f X-VCS-Branch: master Date: Thu, 18 Aug 2016 18:43:22 +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: 996222c8-0bc1-4051-9150-9f3d452f2a71 X-Archives-Hash: 7fa535cb2723d7b19dcebf12a65fcc38 commit: a82754e700e6661d22faa69ea6a76922b888039f Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 18 18:43:01 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 18 18:43:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82754e7 dev-qt/qtlocation: add ~arm keyword Tested on Raspberry Pi 2. Package-Manager: portage-2.3.0 dev-qt/qtlocation/qtlocation-5.6.1.ebuild | 2 +- dev-qt/qtlocation/qtlocation-5.7.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild b/dev-qt/qtlocation/qtlocation-5.6.1.ebuild index b0d8a77..dc3ad83 100644 --- a/dev-qt/qtlocation/qtlocation-5.6.1.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The Location module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi IUSE="" diff --git a/dev-qt/qtlocation/qtlocation-5.7.0.ebuild b/dev-qt/qtlocation/qtlocation-5.7.0.ebuild index b0d8a77..dc3ad83 100644 --- a/dev-qt/qtlocation/qtlocation-5.7.0.ebuild +++ b/dev-qt/qtlocation/qtlocation-5.7.0.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="The Location module for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm ~x86" fi IUSE=""