From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-961706-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 1FFD5139695 for <garchives@archives.gentoo.org>; Sat, 15 Jul 2017 05:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A69801FC002; Sat, 15 Jul 2017 05:16:24 +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 83541E0D14 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 9F2DF3418D7 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1484374B7 for <gentoo-commits@lists.gentoo.org>; Sat, 15 Jul 2017 05:16:22 +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: <1500095645.40a9373dc562390b865d8c1b70f1fd62154d8536.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/linguist/linguist-5.7.1.ebuild X-VCS-Directories: dev-qt/linguist/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 40a9373dc562390b865d8c1b70f1fd62154d8536 X-VCS-Branch: master Date: Sat, 15 Jul 2017 05:16:22 +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: 7cd80618-a2bc-4008-bb9d-3bac0c7fe09b X-Archives-Hash: 967294304cac293cdff8f8f52509def1 commit: 40a9373dc562390b865d8c1b70f1fd62154d8536 Author: Markus Meier <maekke <AT> gentoo <DOT> org> AuthorDate: Sat Jul 15 05:14:05 2017 +0000 Commit: Markus Meier <maekke <AT> gentoo <DOT> org> CommitDate: Sat Jul 15 05:14:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a9373d dev-qt/linguist: arm stable, bug #620334 Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-qt/linguist/linguist-5.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/linguist/linguist-5.7.1.ebuild b/dev-qt/linguist/linguist-5.7.1.ebuild index 4f55a7d23da..796aa4ae97b 100644 --- a/dev-qt/linguist/linguist-5.7.1.ebuild +++ b/dev-qt/linguist/linguist-5.7.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Graphical tool for translating Qt applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ppc64 x86" + KEYWORDS="amd64 arm ~hppa ppc64 x86" fi IUSE=""