diff options
author | Alex Fan <alexfanqi@yahoo.com> | 2021-08-08 16:07:30 +1000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-08-10 16:52:02 +0800 |
commit | fd7088791f1d588a6b8f6edfef03b674a2439384 (patch) | |
tree | 05a90be31970c0ee9fe6b78836f10417830308b7 /dev-qt/qtwebsockets | |
parent | dev-qt/qtxmlpatterns: keyword 5.15.2 for ~riscv (diff) | |
download | gentoo-fd7088791f1d588a6b8f6edfef03b674a2439384.tar.gz gentoo-fd7088791f1d588a6b8f6edfef03b674a2439384.tar.bz2 gentoo-fd7088791f1d588a6b8f6edfef03b674a2439384.zip |
dev-qt/qtwebsockets: keyword 5.15.2 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebsockets')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild index 7cc76b131249..c47cd625b4a2 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.15.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 ~riscv ~sparc x86" fi IUSE="qml +ssl" |