diff options
author | Sam James <sam@gentoo.org> | 2021-09-30 19:13:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-30 19:13:50 +0100 |
commit | 3bb3dc9a68e127745e1ee99f89ac6d3cabfed63a (patch) | |
tree | 4a06743e3ad0e2c568a0daa3359dbf460528b606 /dev-qt/qtwebsockets | |
parent | dev-qt/qtwayland: Stabilize 5.15.2-r13 x86, #806797 (diff) | |
download | gentoo-3bb3dc9a68e127745e1ee99f89ac6d3cabfed63a.tar.gz gentoo-3bb3dc9a68e127745e1ee99f89ac6d3cabfed63a.tar.bz2 gentoo-3bb3dc9a68e127745e1ee99f89ac6d3cabfed63a.zip |
dev-qt/qtwebsockets: Stabilize 5.15.2-r10 x86, #806797
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild index 8dad56cf5aec..d620a229fc4f 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.2-r10.ebuild @@ -9,7 +9,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 ~riscv ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" fi IUSE="qml +ssl" |