Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/
Date: Fri, 26 Apr 2019 17:51:38
Message-Id: 1556298929.2a647df00aaea4a24415d5bb4957fde7e962ce43.blueness@gentoo
1 commit: 2a647df00aaea4a24415d5bb4957fde7e962ce43
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 26 17:15:29 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 26 17:15:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a647df0
7
8 dev-qt/qtdeclarative: stable on arm
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-qt/qtdeclarative/qtdeclarative-5.11.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.11.3.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.11.3.ebuild
17 index 1147afdb757..57c7c52f28e 100644
18 --- a/dev-qt/qtdeclarative/qtdeclarative-5.11.3.ebuild
19 +++ b/dev-qt/qtdeclarative/qtdeclarative-5.11.3.ebuild
20 @@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
21 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd"
25 + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-fbsd"
26 fi
27
28 IUSE="gles2 +jit localstorage +widgets xml"