diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:30:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:30:55 +0300 |
commit | 692a3fb59246d65d4cf8b1c3d4451af755a81198 (patch) | |
tree | 143d67aebdab44050739004470f04350b9abbe4f /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: amd64 stable wrt bug #670864 (diff) | |
download | gentoo-692a3fb59246d65d4cf8b1c3d4451af755a81198.tar.gz gentoo-692a3fb59246d65d4cf8b1c3d4451af755a81198.tar.bz2 gentoo-692a3fb59246d65d4cf8b1c3d4451af755a81198.zip |
dev-qt/qtwebchannel: amd64 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild index d08439f261fa..d807cc0db2aa 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |