Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/
Date: Tue, 13 Oct 2020 09:51:45
Message-Id: 1602582609.83dfa44afba80a618a56e691b9ae370879ea5e4f.ago@gentoo
1 commit: 83dfa44afba80a618a56e691b9ae370879ea5e4f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 09:50:09 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 09:50:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83dfa44a
7
8 dev-qt/qtsql: ppc stable wrt bug #734600
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-qt/qtsql/qtsql-5.15.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-qt/qtsql/qtsql-5.15.1.ebuild b/dev-qt/qtsql/qtsql-5.15.1.ebuild
18 index c20f8a2f5be..bb328b344cc 100644
19 --- a/dev-qt/qtsql/qtsql-5.15.1.ebuild
20 +++ b/dev-qt/qtsql/qtsql-5.15.1.ebuild
21 @@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework"
22 SLOT=5/$(ver_cut 1-3) # bug 639140
23
24 if [[ ${QT5_BUILD_TYPE} == release ]]; then
25 - KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
26 + KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~sparc ~x86"
27 fi
28
29 IUSE="freetds mysql oci8 odbc postgres +sqlite"