diff options
author | Sam James <sam@gentoo.org> | 2021-01-10 09:05:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-10 09:05:37 +0000 |
commit | 5b0a0f24878cfb3109db68a252f19c66560bede7 (patch) | |
tree | e50a3e3a8bb04f012b2fb8fab7d48ac5fe04c76d /dev-qt | |
parent | dev-qt/qtwayland: Stabilize 5.15.2-r1 amd64, #754852 (diff) | |
download | gentoo-5b0a0f24878cfb3109db68a252f19c66560bede7.tar.gz gentoo-5b0a0f24878cfb3109db68a252f19c66560bede7.tar.bz2 gentoo-5b0a0f24878cfb3109db68a252f19c66560bede7.zip |
dev-qt/qtwebchannel: Stabilize 5.15.2 amd64, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild index cd9716c2b0ae..6654efdc2ee1 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild @@ -7,7 +7,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 x86" + KEYWORDS="amd64 arm arm64 ~ppc ppc64 x86" fi IUSE="qml" |