Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/
Date: Tue, 16 Oct 2018 16:09:50
Message-Id: 1539706164.01fb131871b6e7afb7f2e45c6f2cb270334065cd.zlogene@gentoo
1 commit: 01fb131871b6e7afb7f2e45c6f2cb270334065cd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 16:07:27 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 16:09:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01fb1318
7
8 dev-qt/qtwebengine: amd64 stable wrt bug #664566
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild b/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild
17 index fc11c5106e8..e79f7713825 100644
18 --- a/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild
19 +++ b/dev-qt/qtwebengine/qtwebengine-5.11.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ inherit multiprocessing pax-utils python-any-r1 qt5-build
27 DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications"
28
29 if [[ ${QT5_BUILD_TYPE} == release ]]; then
30 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
31 + KEYWORDS="amd64 ~arm ~arm64 ~x86"
32 fi
33
34 IUSE="alsa bindist designer geolocation pax_kernel pulseaudio +system-ffmpeg +system-icu widgets"