diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:25:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-03 11:37:48 +0100 |
commit | e3013808c4b452c7c9217b1f534f0517e1d8c782 (patch) | |
tree | 97f0ff8a64c7722b08fbcf0cbdbfa55c59001dd9 /dev-qt | |
parent | dev-qt/qtwebsockets: ppc64 stable wrt bug #598780 (diff) | |
download | gentoo-e3013808c4b452c7c9217b1f534f0517e1d8c782.tar.gz gentoo-e3013808c4b452c7c9217b1f534f0517e1d8c782.tar.bz2 gentoo-e3013808c4b452c7c9217b1f534f0517e1d8c782.zip |
dev-qt/qtwidgets: 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/qtwidgets/qtwidgets-5.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild b/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild index 605bb944f513..aa4cb625d02e 100644 --- a/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild +++ b/dev-qt/qtwidgets/qtwidgets-5.6.2.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Set of components for creating classic desktop-style UIs 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 # keep IUSE defaults in sync with qtgui |