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 AE074138359 for ; Mon, 12 Oct 2020 11:56:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F077AE08F1; Mon, 12 Oct 2020 11:56:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DA7FEE08E8 for ; Mon, 12 Oct 2020 11:56:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0DF0D340B25 for ; Mon, 12 Oct 2020 11:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5C9A3A1 for ; Mon, 12 Oct 2020 11:55:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602503739.b6993b3ed91737cc5c3a62d0890a896b76fbbd1c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6993b3ed91737cc5c3a62d0890a896b76fbbd1c X-VCS-Branch: master Date: Mon, 12 Oct 2020 11:55:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4fe51e61-dcd8-4a88-9bc0-09d3e49a2a33 X-Archives-Hash: 280da721b3e8b958871bc60de510ef4b commit: b6993b3ed91737cc5c3a62d0890a896b76fbbd1c Author: Sam James gentoo org> AuthorDate: Mon Oct 12 11:45:59 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 12 11:55:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6993b3e dev-qt/qtdeclarative: Stabilize 5.15.1 arm, #734600 Signed-off-by: Sam James gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild index 5a2280b2355..dcc45975207 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.1.ebuild @@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="gles2-only +jit localstorage vulkan +widgets"