diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 15:04:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 15:22:35 +0000 |
commit | aadb1c8f602814073a0c77347f157c7eccfd222f (patch) | |
tree | 1637fb0753206f95ef7dda83c0c857876d13e676 /dev-qt | |
parent | dev-qt/qtwayland: Stabilize 5.15.1 amd64, #734600 (diff) | |
download | gentoo-aadb1c8f602814073a0c77347f157c7eccfd222f.tar.gz gentoo-aadb1c8f602814073a0c77347f157c7eccfd222f.tar.bz2 gentoo-aadb1c8f602814073a0c77347f157c7eccfd222f.zip |
dev-qt/qtwebchannel: Stabilize 5.15.1 amd64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild index f4c95c62a5a3..7708317f85eb 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.15.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.1.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" |