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: Wed, 21 Mar 2018 07:25:51
Message-Id: 1521617130.7347c0cc1ea8944349ca6383872332d9d334caa2.slyfox@gentoo
1 commit: 7347c0cc1ea8944349ca6383872332d9d334caa2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 21 07:19:42 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 07:25:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7347c0cc
7
8 dev-qt/qtsql: stable 5.9.4-r1 for ppc, bug #642822
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-qt/qtsql/qtsql-5.9.4-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild b/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild
17 index 9eebc94374d..1611bb803b1 100644
18 --- a/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild
19 +++ b/dev-qt/qtsql/qtsql-5.9.4-r1.ebuild
20 @@ -8,7 +8,7 @@ inherit qt5-build
21 DESCRIPTION="SQL abstraction library for the Qt5 framework"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ppc ~ppc64 ~x86 ~amd64-fbsd"
26 fi
27
28 IUSE="freetds mysql oci8 odbc postgres +sqlite"