diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:43:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:43:20 +0200 |
commit | 8ebac5569c7bf09c2e03de31721662692b055260 (patch) | |
tree | 83dd923adedf090de5095d041edd87e233881cc9 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebchannel: arm stable wrt bug #719732 (diff) | |
download | gentoo-8ebac5569c7bf09c2e03de31721662692b055260.tar.gz gentoo-8ebac5569c7bf09c2e03de31721662692b055260.tar.bz2 gentoo-8ebac5569c7bf09c2e03de31721662692b055260.zip |
dev-qt/qtwebsockets: arm stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.14.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.14.2.ebuild index bb21ea253730..5c27d9a13039 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.14.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.14.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" |