Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/
Date: Sat, 24 Nov 2018 13:32:14
Message-Id: 1543066131.a2d75efa55d054266bbb9d645512751b480cec17.slyfox@gentoo
1 commit: a2d75efa55d054266bbb9d645512751b480cec17
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 24 13:28:51 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 24 13:28:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d75efa
7
8 dev-qt/qtsql: stable 5.11.1-r1 for ppc, bug #664566
9
10 Tested-by: ernsteiswuerfel
11 Package-Manager: Portage-2.3.52, Repoman-2.3.12
12 RepoMan-Options: --include-arches="ppc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-qt/qtsql/qtsql-5.11.1-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-qt/qtsql/qtsql-5.11.1-r1.ebuild b/dev-qt/qtsql/qtsql-5.11.1-r1.ebuild
19 index 1641d48345c..536e5dd413a 100644
20 --- a/dev-qt/qtsql/qtsql-5.11.1-r1.ebuild
21 +++ b/dev-qt/qtsql/qtsql-5.11.1-r1.ebuild
22 @@ -9,7 +9,7 @@ DESCRIPTION="SQL abstraction library for the Qt5 framework"
23 SLOT=5/$(ver_cut 1-3) # bug 639140
24
25 if [[ ${QT5_BUILD_TYPE} == release ]]; then
26 - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd"
27 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86 ~amd64-fbsd"
28 fi
29
30 IUSE="freetds mysql oci8 odbc postgres +sqlite"