diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:39:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:39:48 +0200 |
commit | b2db7b5443f55241602bd2124b1bfd2b459462c1 (patch) | |
tree | ae9c6741b59f41744e0018182e418ff488b60113 /dev-qt | |
parent | dev-qt/qdoc: ppc stable wrt bug #586180 (diff) | |
download | gentoo-b2db7b5443f55241602bd2124b1bfd2b459462c1.tar.gz gentoo-b2db7b5443f55241602bd2124b1bfd2b459462c1.tar.bz2 gentoo-b2db7b5443f55241602bd2124b1bfd2b459462c1.zip |
dev-qt/qtconcurrent: ppc stable wrt bug #586180
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild index 10480c5d6f92..8f5dc689f62a 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Multi-threading concurrence support library 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="" |