diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:33:57 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:47:58 -0400 |
commit | ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338 (patch) | |
tree | e54e42cdb6aa1a40e3876821444c2f78045876fb /dev-qt | |
parent | dev-qt/qtwebengine: arm64 stable (diff) | |
download | gentoo-ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338.tar.gz gentoo-ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338.tar.bz2 gentoo-ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338.zip |
dev-qt/qtwebsockets: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild index 1ea49683b1d6..d999e123ec1c 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.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" |