diff options
author | Sam James <sam@gentoo.org> | 2022-06-13 22:18:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-13 22:18:19 +0100 |
commit | e1dbdba667fb76bfc795c38ce30fb952a71f9582 (patch) | |
tree | 3bf57e0fc22c3496b2c2e5617c4be426e23037e1 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.4 arm, #843353 (diff) | |
download | gentoo-e1dbdba667fb76bfc795c38ce30fb952a71f9582.tar.gz gentoo-e1dbdba667fb76bfc795c38ce30fb952a71f9582.tar.bz2 gentoo-e1dbdba667fb76bfc795c38ce30fb952a71f9582.zip |
dev-qt/qtwebchannel: Stabilize 5.15.4 arm, #843353
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild index ebffff3c45cb..c794694d1721 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.4.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.4.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" |