Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/
Date: Sat, 09 May 2020 07:43:33
Message-Id: 1589010167.9992bcf53cf33ffe128965a4b1f179315e9fe710.ago@gentoo
1 commit: 9992bcf53cf33ffe128965a4b1f179315e9fe710
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 9 07:42:47 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Sat May 9 07:42:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9992bcf5
7
8 dev-qt/qtcore: arm stable wrt bug #719732
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-qt/qtcore/qtcore-5.14.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtcore/qtcore-5.14.2.ebuild b/dev-qt/qtcore/qtcore-5.14.2.ebuild
18 index e1f44b0b6e0..9565053abdd 100644
19 --- a/dev-qt/qtcore/qtcore-5.14.2.ebuild
20 +++ b/dev-qt/qtcore/qtcore-5.14.2.ebuild
21 @@ -10,7 +10,7 @@ DESCRIPTION="Cross-platform application development framework"
22 SLOT=5/$(ver_cut 1-3)
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="icu old-kernel systemd"