diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-02 22:39:37 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-03 01:20:49 +0200 |
commit | 0fbe2a46b9c0a35bc4667f1edb491fec24ebc652 (patch) | |
tree | 43c729bdb1fde93e632c5b033219cf993c3cd855 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebchannel: Add ~ppc, bug #655620 (diff) | |
download | gentoo-0fbe2a46b9c0a35bc4667f1edb491fec24ebc652.tar.gz gentoo-0fbe2a46b9c0a35bc4667f1edb491fec24ebc652.tar.bz2 gentoo-0fbe2a46b9c0a35bc4667f1edb491fec24ebc652.zip |
dev-qt/qtwebsockets: Add ~ppc, bug #655620
Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.40, Repoman-2.3.9
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" |