diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:45:40 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-26 13:45:40 -0400 |
commit | 7404ccea894fcc0e01a00ae909d91c1a8f35f539 (patch) | |
tree | 5ac6c3166c56a3c74fa384e5211e3c2a6a9522a9 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwebengine: stable on arm (diff) | |
download | gentoo-7404ccea894fcc0e01a00ae909d91c1a8f35f539.tar.gz gentoo-7404ccea894fcc0e01a00ae909d91c1a8f35f539.tar.bz2 gentoo-7404ccea894fcc0e01a00ae909d91c1a8f35f539.zip |
dev-qt/qtwebsockets: stable on arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild index 29590b631e19..1ea49683b1d6 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.11.3.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.11.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" |