Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtconcurrent/
Date: Tue, 23 Aug 2016 19:26:45
Message-Id: 1471980382.bd90b61a0d5360e3e532217c3ff89aa0f2bebfff.maekke@gentoo
1 commit: bd90b61a0d5360e3e532217c3ff89aa0f2bebfff
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 19:26:22 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 19:26:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd90b61a
7
8 dev-qt/qtconcurrent: arm stable, bug #586180
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --include-arches="arm"
12
13 dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild
17 index d362a64..10480c5 100644
18 --- a/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild
19 +++ b/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild
20 @@ -9,7 +9,7 @@ inherit qt5-build
21 DESCRIPTION="Multi-threading concurrence support library for the Qt5 framework"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ppc64 x86"
25 + KEYWORDS="amd64 arm ~arm64 hppa ~ppc ppc64 x86"
26 fi
27
28 IUSE=""