diff options
author | 2019-12-21 13:54:16 +0300 | |
---|---|---|
committer | 2019-12-21 13:54:16 +0300 | |
commit | c377a640903f831d5c922d67655bd212d47fd83c (patch) | |
tree | 08452e88bf15e5c07b82700eceacfe4a6fd7dac6 /dev-qt | |
parent | dev-qt/qtwebchannel: ppc64 stable wrt bug #699240 (diff) | |
download | gentoo-c377a640903f831d5c922d67655bd212d47fd83c.tar.gz gentoo-c377a640903f831d5c922d67655bd212d47fd83c.tar.bz2 gentoo-c377a640903f831d5c922d67655bd212d47fd83c.zip |
dev-qt/qtwebsockets: ppc64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild index 4704eaadf736..602d61e7739f 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.13.2.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" |