diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:22:45 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:22:45 +0100 |
commit | 5621ff52037efef58fabff9acfaa93267a4a7312 (patch) | |
tree | 4cb5a1917d4da956c6560ba77adb0ddbdd489293 /dev-qt | |
parent | dev-qt/qtwebengine: amd64 stable wrt bug #699240 (diff) | |
download | gentoo-5621ff52037efef58fabff9acfaa93267a4a7312.tar.gz gentoo-5621ff52037efef58fabff9acfaa93267a4a7312.tar.bz2 gentoo-5621ff52037efef58fabff9acfaa93267a4a7312.zip |
dev-qt/qtwebsockets: amd64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild index 097f97a9d7a4..4704eaadf736 100644 --- a/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild +++ b/dev-qt/qtwebsockets/qtwebsockets-5.13.2.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="qml +ssl" |