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/qtscript/
Date: Tue, 16 Oct 2018 16:09:44
Message-Id: 1539706152.95a95c5d9a89f282ed90a8ed922a96f4007c8593.zlogene@gentoo
1 commit: 95a95c5d9a89f282ed90a8ed922a96f4007c8593
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 16:02:42 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 16:09:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a95c5d
7
8 dev-qt/qtscript: 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/qtscript/qtscript-5.11.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-qt/qtscript/qtscript-5.11.1.ebuild b/dev-qt/qtscript/qtscript-5.11.1.ebuild
17 index a4e01b45cf1..3d32ea7474a 100644
18 --- a/dev-qt/qtscript/qtscript-5.11.1.ebuild
19 +++ b/dev-qt/qtscript/qtscript-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 @@ -7,7 +7,7 @@ inherit qt5-build
27 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
28
29 if [[ ${QT5_BUILD_TYPE} == release ]]; then
30 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
31 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
32 fi
33
34 IUSE="+jit scripttools"