diff options
author | 2020-05-09 09:45:41 +0200 | |
---|---|---|
committer | 2020-05-09 09:45:41 +0200 | |
commit | 92e517e90d3071b0defb027147e03a07e48f52a1 (patch) | |
tree | a516588047d1a8eb3c87d2643c3c1b800f0257d1 /dev-qt | |
parent | dev-qt/qtgraphicaleffects: ppc64 stable wrt bug #719732 (diff) | |
download | gentoo-92e517e90d3071b0defb027147e03a07e48f52a1.tar.gz gentoo-92e517e90d3071b0defb027147e03a07e48f52a1.tar.bz2 gentoo-92e517e90d3071b0defb027147e03a07e48f52a1.zip |
dev-qt/qtgui: ppc64 stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgui/qtgui-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgui/qtgui-5.14.2.ebuild b/dev-qt/qtgui/qtgui-5.14.2.ebuild index e984c38f6589..46c80da5c92d 100644 --- a/dev-qt/qtgui/qtgui-5.14.2.ebuild +++ b/dev-qt/qtgui/qtgui-5.14.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" SLOT=5/$(ver_cut 1-3) # bug 707658 if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi # TODO: linuxfb |