Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscript/
Date: Sun, 15 Jul 2018 14:23:17
Message-Id: 1531664435.3204d4b521927f9f5f350714faebe4f1e86b1d5a.whissi@gentoo
1 commit: 3204d4b521927f9f5f350714faebe4f1e86b1d5a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 15 14:04:13 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 15 14:20:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3204d4b5
7
8 dev-qt/qtscript: x86 stable (bug #655664)
9
10 Package-Manager: Portage-2.3.42, Repoman-2.3.9
11
12 dev-qt/qtscript/qtscript-5.9.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtscript/qtscript-5.9.6.ebuild b/dev-qt/qtscript/qtscript-5.9.6.ebuild
16 index a1f1da28d55..267e8c07bcd 100644
17 --- a/dev-qt/qtscript/qtscript-5.9.6.ebuild
18 +++ b/dev-qt/qtscript/qtscript-5.9.6.ebuild
19 @@ -7,7 +7,7 @@ inherit qt5-build
20 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
21
22 if [[ ${QT5_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
24 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 x86 ~amd64-fbsd"
25 fi
26
27 IUSE="+jit scripttools"