Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/
Date: Mon, 02 Jan 2017 18:47:34
Message-Id: 1483382836.c07bdf639ad186d463e8dfd25896f3e1922fb788.maekke@gentoo
1 commit: c07bdf639ad186d463e8dfd25896f3e1922fb788
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 18:47:16 2017 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 18:47:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c07bdf63
7
8 dev-qt/qtsql: arm stable, bug #598780
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 RepoMan-Options: --include-arches="arm"
12
13 dev-qt/qtsql/qtsql-5.6.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtsql/qtsql-5.6.2.ebuild b/dev-qt/qtsql/qtsql-5.6.2.ebuild
17 index 55f1398..ed6590a 100644
18 --- a/dev-qt/qtsql/qtsql-5.6.2.ebuild
19 +++ b/dev-qt/qtsql/qtsql-5.6.2.ebuild
20 @@ -9,7 +9,7 @@ inherit qt5-build
21 DESCRIPTION="SQL abstraction library for the Qt5 tooolkit"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ~ppc64 x86"
25 + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ~ppc64 x86"
26 fi
27
28 IUSE="freetds mysql oci8 odbc postgres +sqlite"