From: Mikle Kolyada Date: Wed, 20 May 2020 13:31:26 +0000 (+0300) Subject: dev-qt/qtwebchannel: arm64 stable wrt bug #719732 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e21715a4c355c71d06dc87fe89bb5752511aeccc;p=gentoo.git dev-qt/qtwebchannel: arm64 stable wrt bug #719732 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="arm64" Signed-off-by: Mikle Kolyada --- diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild index 28a9c20db208..8e07b74973bc 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.14.2.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.14.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"