diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:24:10 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:24:10 +0100 |
commit | d63792e335734074f296798d0729f501ec18592e (patch) | |
tree | 9409e2d5d6e21bcc26b8cf929fa3fcfc3ddc95c7 /dev-qt | |
parent | dev-qt/qtconcurrent: ppc stable wrt bug #598780 (diff) | |
download | gentoo-d63792e335734074f296798d0729f501ec18592e.tar.gz gentoo-d63792e335734074f296798d0729f501ec18592e.tar.bz2 gentoo-d63792e335734074f296798d0729f501ec18592e.zip |
dev-qt/qtcore: ppc stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.6.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild b/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild index 9d0346af7e60..aabbeda9917c 100644 --- a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Cross-platform application development 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="icu systemd" |