From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1086605-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 4C8AE138334 for <garchives@archives.gentoo.org>; Sun, 28 Apr 2019 21:36:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4988EE0858; Sun, 28 Apr 2019 21:36:07 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2077FE0858 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Apr 2019 21:36:07 +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 66A39342BDE for <gentoo-commits@lists.gentoo.org>; Sun, 28 Apr 2019 21:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D68F558A for <gentoo-commits@lists.gentoo.org>; Sun, 28 Apr 2019 21:36:03 +0000 (UTC) From: "Anthony G. Basile" <blueness@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, "Anthony G. Basile" <blueness@gentoo.org> Message-ID: <1556487345.bb9d9c091ec7bf85a541ad83cf986cde05b320f2.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/linguist-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild X-VCS-Directories: dev-qt/linguist-tools/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: bb9d9c091ec7bf85a541ad83cf986cde05b320f2 X-VCS-Branch: master Date: Sun, 28 Apr 2019 21:36:03 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b1926e5-7590-4157-9f7a-d660d7c5a11d X-Archives-Hash: a3e192621ea2b4d691be7668735820e2 commit: bb9d9c091ec7bf85a541ad83cf986cde05b320f2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Apr 28 21:35:45 2019 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Apr 28 21:35:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb9d9c09 dev-qt/linguist-tools: 5.11.3 stable on arm, bug #684488 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild b/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild index 349a9a7a020..1ede13834c4 100644 --- a/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild +++ b/dev-qt/linguist-tools/linguist-tools-5.11.3.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Tools for working with Qt translation data files" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd" fi IUSE="qml"