Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdeclarative/
Date: Fri, 22 May 2020 08:02:18
Message-Id: 1590134522.881b05c11c92bf59fa5a00935fbbf6559127e901.slyfox@gentoo
1 commit: 881b05c11c92bf59fa5a00935fbbf6559127e901
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 22 07:57:13 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri May 22 08:02:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881b05c1
7
8 dev-qt/qtdeclarative: stable 5.14.2-r2 for ppc64, bug #719732
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="ppc64"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild
18 index d598cd56684..8974a5e8319 100644
19 --- a/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild
20 +++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.2-r2.ebuild
21 @@ -8,7 +8,7 @@ inherit python-any-r1 qt5-build
22 DESCRIPTION="The QML and Quick modules for the Qt5 framework"
23
24 if [[ ${QT5_BUILD_TYPE} == release ]]; then
25 - KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
26 + KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
27 fi
28
29 IUSE="gles2-only +jit localstorage vulkan +widgets"