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 568DC1396D9 for ; Tue, 7 Nov 2017 13:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE8DEE0CB8; Tue, 7 Nov 2017 13:18:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8FB53E0CB8 for ; Tue, 7 Nov 2017 13:18:23 +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 A045F33BEC7 for ; Tue, 7 Nov 2017 13:18:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EE229813 for ; Tue, 7 Nov 2017 13:18:21 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1510060687.3ccfbf4cf0dd9ebfd4c01396308d8fd95fbd3d7d.mrueg@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.7.1-r1.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 3ccfbf4cf0dd9ebfd4c01396308d8fd95fbd3d7d X-VCS-Branch: master Date: Tue, 7 Nov 2017 13:18:21 +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: db690be1-c67d-45a0-a4a0-1fd0c5c51199 X-Archives-Hash: 51a20259dc52d896f7fe9caa59d13645 commit: 3ccfbf4cf0dd9ebfd4c01396308d8fd95fbd3d7d Author: Manuel Rüger gentoo org> AuthorDate: Tue Nov 7 13:18:07 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Nov 7 13:18:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ccfbf4c dev-qt/qtdeclarative: Stable on amd64 Package-Manager: Portage-2.3.12, Repoman-2.3.4 dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild index 3fa85027d18..8a1232c83b9 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic 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 x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86" fi IUSE="gles2 +jit localstorage +widgets xml"