diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:03 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:57:57 +0200 |
commit | 1b48ce16ae992d4c555f59202e323a07d4578ec5 (patch) | |
tree | 421d6e998ade9f4a8461f32bc70d2ce78687637a | |
parent | dev-qt/qtwebchannel: ppc64 stable wrt bug #734600 (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.15.1.ebuild | 2 |
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" |