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 CC888139694 for ; Sun, 9 Jul 2017 11:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AEF7214116; Sun, 9 Jul 2017 11:07:32 +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 1A716214116 for ; Sun, 9 Jul 2017 11:07:32 +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 0264F3418D5 for ; Sun, 9 Jul 2017 11:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A05DA746A for ; Sun, 9 Jul 2017 11:07:29 +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: <1499598440.a7aff3ebaf319a97868421707a5ee6281494e7af.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-docs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild X-VCS-Directories: dev-qt/qt-docs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: a7aff3ebaf319a97868421707a5ee6281494e7af X-VCS-Branch: master Date: Sun, 9 Jul 2017 11:07:29 +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: cfcb7375-0be2-4183-ba75-9beebe7b12f5 X-Archives-Hash: 30ea89cf7e01ed5cfbb689a7b64fea04 commit: a7aff3ebaf319a97868421707a5ee6281494e7af Author: Michael Palimaka gentoo org> AuthorDate: Sun Jul 9 03:34:09 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 9 11:07:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aff3eb dev-qt/qt-docs: add ~arm keyword Tested on Raspberry Pi 2. Gentoo-bug: 624272 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild b/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild index 30e503a97d1..323e0d2ed5d 100644 --- a/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild +++ b/dev-qt/qt-docs/qt-docs-5.7.1_p0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/qt5_${M LICENSE="FDL-1.3" SLOT="5" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" DEPEND="app-arch/p7zip"