diff options
author | 2019-12-22 11:24:43 -0500 | |
---|---|---|
committer | 2019-12-22 11:29:29 -0500 | |
commit | 22b2cfa0d37595a7210a23f56a65f7a607035398 (patch) | |
tree | fa3e5edbd0887731c25a8b7184ac7ea088627f35 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebengine: arm64 stable (bug #699240) (diff) | |
download | gentoo-22b2cfa0d37595a7210a23f56a65f7a607035398.tar.gz gentoo-22b2cfa0d37595a7210a23f56a65f7a607035398.tar.bz2 gentoo-22b2cfa0d37595a7210a23f56a65f7a607035398.zip |
dev-qt/qtwebsockets: arm64 stable (bug #699240)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Diffstat (limited to 'dev-qt/qtwebsockets')
-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 602d61e7739f..0470c9ca9563 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" |