diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-03-09 04:59:33 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-03-09 05:12:19 +0100 |
commit | 5bd39ef956e235383745ccca251d66f16b93ca64 (patch) | |
tree | becb7145d55fe561159bb497ab2073a24ff59956 /dev-qt | |
parent | dev-qt/qdoc: Stable for HPPA PPC64 (bug #569924). (diff) | |
download | gentoo-5bd39ef956e235383745ccca251d66f16b93ca64.tar.gz gentoo-5bd39ef956e235383745ccca251d66f16b93ca64.tar.bz2 gentoo-5bd39ef956e235383745ccca251d66f16b93ca64.zip |
dev-qt/qtconcurrent: Stable for HPPA PPC64 (bug #569924).
Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild b/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild index dfc3432db346..66422b329325 100644 --- a/dev-qt/qtconcurrent/qtconcurrent-5.5.1.ebuild +++ b/dev-qt/qtconcurrent/qtconcurrent-5.5.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 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 hppa ppc64 ~x86" fi IUSE="" |