diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 06:58:11 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-08-15 07:53:55 +0200 |
commit | bc6e77460dc2a2d7d905b971c2d059c312b6cc71 (patch) | |
tree | dba11b43e77c0fa80692c5eb1aed45a0b8f3d497 /dev-qt | |
parent | 41cb8d740cb31b2124f50a796536f0f48f674edf (diff) | |
download | gentoo-bc6e77460dc2a2d7d905b971c2d059c312b6cc71.tar.gz gentoo-bc6e77460dc2a2d7d905b971c2d059c312b6cc71.tar.xz |
dev-qt/qtgui: Stable for HPPA PPC64 (bug #586180).
Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.6.1.ebuild b/dev-qt/qtgui/qtgui-5.6.1.ebuild index 07080972250..b6aadcdd36d 100644 --- a/dev-qt/qtgui/qtgui-5.6.1.ebuild +++ b/dev-qt/qtgui/qtgui-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="The GUI module and platform plugins 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 # TODO: linuxfb |