commit: fd7088791f1d588a6b8f6edfef03b674a2439384
Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Sun Aug 8 06:07:30 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 08:52:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd708879
dev-qt/qtwebsockets: keyword 5.15.2 for ~riscv
Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild
b/dev-qt/qtwebsockets/qtwebsockets-5.15.2.ebuild
index 7cc76b13124..c47cd625b4a 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"