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: Sun, 18 Oct 2020 14:45:31
Message-Id: 1603032312.3515c6d9e574af2015c417f9304da26900a10643.whissi@gentoo
1 commit: 3515c6d9e574af2015c417f9304da26900a10643
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 18 14:39:10 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 18 14:45:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3515c6d9
7
8 dev-qt/qtsql: x86 stable (bug #734600)
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-qt/qtsql/qtsql-5.15.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtsql/qtsql-5.15.1.ebuild b/dev-qt/qtsql/qtsql-5.15.1.ebuild
17 index 864ff364e2c..3b493c72fbb 100644
18 --- a/dev-qt/qtsql/qtsql-5.15.1.ebuild
19 +++ b/dev-qt/qtsql/qtsql-5.15.1.ebuild
20 @@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework"
21 SLOT=5/$(ver_cut 1-3) # bug 639140
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc ~x86"
25 + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86"
26 fi
27
28 IUSE="freetds mysql oci8 odbc postgres +sqlite"