diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:23:43 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:39 +0100 |
commit | deaa2536028d08e6e983bc28aeeb6edffc8466e9 (patch) | |
tree | cd04241bc50e840e60f51fe5e93c530b55ac2150 /dev-qt | |
parent | dev-qt/qdoc: ppc64 stable wrt bug #598780 (diff) | |
download | gentoo-deaa2536028d08e6e983bc28aeeb6edffc8466e9.tar.gz gentoo-deaa2536028d08e6e983bc28aeeb6edffc8466e9.tar.bz2 gentoo-deaa2536028d08e6e983bc28aeeb6edffc8466e9.zip |
dev-qt/qtconcurrent: ppc64 stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild index f975801e7c70..2fda36c4677b 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.6.2.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.6.2.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="" |