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 99D2A1382C5 for ; Thu, 15 Mar 2018 20:17:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42A84E0942; Thu, 15 Mar 2018 20:17:28 +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 18F33E0942 for ; Thu, 15 Mar 2018 20:17:28 +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 B4C40335C81 for ; Thu, 15 Mar 2018 20:17:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2CE25A for ; Thu, 15 Mar 2018 20:17:24 +0000 (UTC) From: "Markus Meier" 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" Message-ID: <1521144961.a09eae5f22011114e8488eaf10fb7a20fdfc6519.maekke@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: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: a09eae5f22011114e8488eaf10fb7a20fdfc6519 X-VCS-Branch: master Date: Thu, 15 Mar 2018 20:17:24 +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: 6ca2d959-b6c1-4f9d-9ba1-254b17348eee X-Archives-Hash: 9454f810d8b02254d11dea2a66fc77c9 commit: a09eae5f22011114e8488eaf10fb7a20fdfc6519 Author: Markus Meier gentoo org> AuthorDate: Thu Mar 15 20:16:01 2018 +0000 Commit: Markus Meier gentoo org> CommitDate: Thu Mar 15 20:16:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09eae5f dev-qt/qtdeclarative: arm stable, bug #632552 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm" dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild index 2460c3c031f..ed679ec61a5 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.7.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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"