diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 22:35:24 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-04-12 22:35:24 +0300 |
commit | 10370d2e930170af3ce86c93b0c1f255e75bcc5b (patch) | |
tree | cc65af604d86ecef24ec5a15420bb1728098e148 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.3 arm64, #835762 (diff) | |
download | gentoo-10370d2e930170af3ce86c93b0c1f255e75bcc5b.tar.gz gentoo-10370d2e930170af3ce86c93b0c1f255e75bcc5b.tar.bz2 gentoo-10370d2e930170af3ce86c93b0c1f255e75bcc5b.zip |
dev-qt/qtwebchannel: Stabilize 5.15.3 arm64, #835762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.3.ebuild index b3c1e2007784..e074c207149c 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.3.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.3.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" fi IUSE="qml" |