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/qtsql/
Date: Thu, 16 Nov 2017 01:36:46
Message-Id: 1510795849.74c96a229dff8e7a388fdc1c901dd5d09bffd968.whissi@gentoo
1 commit: 74c96a229dff8e7a388fdc1c901dd5d09bffd968
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 16 01:30:49 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 16 01:30:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c96a22
7
8 dev-qt/qtsql: x86 stable (bug #637522)
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 dev-qt/qtsql/qtsql-5.7.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild b/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild
16 index 147d477ce29..f915d50168f 100644
17 --- a/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild
18 +++ b/dev-qt/qtsql/qtsql-5.7.1-r1.ebuild
19 @@ -8,7 +8,7 @@ inherit qt5-build
20 DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
21
22 if [[ ${QT5_BUILD_TYPE} == release ]]; then
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ppc64 x86"
25 fi
26
27 IUSE="freetds mysql oci8 odbc postgres +sqlite"