summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2020-10-13 11:57:03 +0200
committerAgostino Sarubbo <ago@gentoo.org>2020-10-13 11:57:57 +0200
commit1b48ce16ae992d4c555f59202e323a07d4578ec5 (patch)
tree421d6e998ade9f4a8461f32bc70d2ce78687637a /dev-qt/qtwebsockets
parentdev-qt/qtwebchannel: ppc64 stable wrt bug #734600 (diff)
downloadgentoo-1b48ce16ae992d4c555f59202e323a07d4578ec5.tar.gz
gentoo-1b48ce16ae992d4c555f59202e323a07d4578ec5.tar.bz2
gentoo-1b48ce16ae992d4c555f59202e323a07d4578ec5.zip
dev-qt/qtwebsockets: ppc64 stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r--dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
index ae32bef51176..d9c375383f56 100644
--- a/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
+++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild
@@ -7,7 +7,7 @@ inherit qt5-build
DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
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
IUSE="qml +ssl"