diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:30 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-07-02 14:02:30 +0300 |
commit | 0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b (patch) | |
tree | 1bd2079e53a46ee9032436ae8373f24eaf8634c5 /dev-qt/qtwebchannel | |
parent | dev-qt/qtwaylandscanner: Stabilize 5.15.5 ppc64, #853232 (diff) | |
download | gentoo-0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b.tar.gz gentoo-0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b.tar.bz2 gentoo-0ef4f50a2c7ee9b2c45e81ce02fbf9427a87af9b.zip |
dev-qt/qtwebchannel: Stabilize 5.15.5 ppc64, #853232
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild index ebffff3c45cb..6068afb23667 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.5.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.5.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" |