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, 03 Jun 2017 20:09:05
Message-Id: 1496520518.dd6ce5a8c02862fe7e5962eef248e3e4ea58dc03.slyfox@gentoo
1 commit: dd6ce5a8c02862fe7e5962eef248e3e4ea58dc03
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 3 12:56:33 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 3 20:08:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd6ce5a8
7
8 dev-qt/qtsql: ia64 stable, bug #552396
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-qt/qtsql/qtsql-4.8.7-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
17 index 72630510d8c..a52792919ab 100644
18 --- a/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
19 +++ b/dev-qt/qtsql/qtsql-4.8.7-r1.ebuild
20 @@ -7,7 +7,7 @@ inherit multilib qt4-build-multilib
21 DESCRIPTION="The SQL module for the Qt toolkit"
22
23 if [[ ${QT4_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
25 + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
26 fi
27
28 IUSE="freetds mysql oci8 odbc postgres qt3support +sqlite"