diff options
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.11.0_rc2.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.9.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.11.0_rc2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.11.0_rc2.ebuild index a0d178ca76b6..362a0a81c42a 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.11.0_rc2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.11.0_rc2.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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="qml +ssl" diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.9.5.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.9.5.ebuild index a0d178ca76b6..362a0a81c42a 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.9.5.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.9.5.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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="qml +ssl" |