diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:23:48 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:39 +0100 |
commit | e816cd7e6ea23772698582f1a6a239ff28e4d5f4 (patch) | |
tree | cbeb5304baa00ece7f099197573df473c08658bb /dev-qt/qtcore | |
parent | dev-qt/qtconcurrent: ppc64 stable wrt bug #598780 (diff) | |
download | gentoo-e816cd7e6ea23772698582f1a6a239ff28e4d5f4.tar.gz gentoo-e816cd7e6ea23772698582f1a6a239ff28e4d5f4.tar.bz2 gentoo-e816cd7e6ea23772698582f1a6a239ff28e4d5f4.zip |
dev-qt/qtcore: 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/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.6.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild b/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild index ef28803228ce..2c54e4cca5f1 100644 --- a/dev-qt/qtcore/qtcore-5.6.2-r1.ebuild +++ b/dev-qt/qtcore/qtcore-5.6.2-r1.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" |