Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebsockets/
Date: Fri, 24 May 2019 20:48:36
Message-Id: 1558730878.ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338.bman@gentoo
1 commit: ae45460fb18ca3b8dc5c96afd2e77e8b4c18d338
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 20:33:57 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 20:47:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae45460f
7
8 dev-qt/qtwebsockets: arm64 stable
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 RepoMan-Options: --include-arches="arm64"
13
14 dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
18 index 1ea49683b1d..d999e123ec1 100644
19 --- a/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
20 +++ b/dev-qt/qtwebsockets/qtwebsockets-5.12.3.ebuild
21 @@ -7,7 +7,7 @@ inherit qt5-build
22 DESCRIPTION="Implementation of the WebSocket protocol for the Qt5 framework"
23
24 if [[ ${QT5_BUILD_TYPE} == release ]]; then
25 - KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86"
26 + KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~sparc x86"
27 fi
28
29 IUSE="qml +ssl"