diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:06:58 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-16 19:09:23 +0300 |
commit | 510a17415094a504561d3cbad35657e37b6a45b7 (patch) | |
tree | 15907fa39a78d9cdfa257509f442d10e7d31524a /dev-qt/qtwebchannel | |
parent | dev-qt/qtwayland: amd64 stable wrt bug #664566 (diff) | |
download | gentoo-510a17415094a504561d3cbad35657e37b6a45b7.tar.gz gentoo-510a17415094a504561d3cbad35657e37b6a45b7.tar.bz2 gentoo-510a17415094a504561d3cbad35657e37b6a45b7.zip |
dev-qt/qtwebchannel: amd64 stable wrt bug #664566
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild index 7f4acf242e82..f64b7cdbf484 100644 --- a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild +++ b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 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" |