diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:39:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-10-13 11:39:54 +0200 |
commit | e4ef87d6227c16724fa2d08f77c9abca3d8e477f (patch) | |
tree | 4dec5d26a3c32b45926e89fe9d199ba7643c7488 /dev-qt | |
parent | dev-qt/qtconcurrent: ppc stable wrt bug #586180 (diff) | |
download | gentoo-e4ef87d6227c16724fa2d08f77c9abca3d8e477f.tar.gz gentoo-e4ef87d6227c16724fa2d08f77c9abca3d8e477f.tar.bz2 gentoo-e4ef87d6227c16724fa2d08f77c9abca3d8e477f.zip |
dev-qt/qtcore: 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/qtcore/qtcore-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.6.1.ebuild b/dev-qt/qtcore/qtcore-5.6.1.ebuild index eeae10cd8596..58f6ed36d1b0 100644 --- a/dev-qt/qtcore/qtcore-5.6.1.ebuild +++ b/dev-qt/qtcore/qtcore-5.6.1.ebuild @@ -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" |