diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 21:17:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 21:17:44 +0000 |
commit | a157f5e00f511728c65aabf5df18c8295320aec6 (patch) | |
tree | ca39fb17da75117ff0319885738aa41014c38892 /dev-qt | |
parent | dev-qt/qtwebchannel: Stabilize 5.15.2 ppc64, #754852 (diff) | |
download | gentoo-a157f5e00f511728c65aabf5df18c8295320aec6.tar.gz gentoo-a157f5e00f511728c65aabf5df18c8295320aec6.tar.bz2 gentoo-a157f5e00f511728c65aabf5df18c8295320aec6.zip |
dev-qt/qtwebsockets: Stabilize 5.15.2 ppc64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild index 302589b2e8d7..f4bed68446df 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.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" |