Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsql/
Date: Sat, 24 Jul 2021 23:44:02
Message-Id: 1627170054.6650fda72948cd83e1521241a46a66ace4e59f7d.dlan@gentoo
1 commit: 6650fda72948cd83e1521241a46a66ace4e59f7d
2 Author: Alex Fan <alexfanqi <AT> yahoo <DOT> com>
3 AuthorDate: Thu Jul 22 10:09:22 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 24 23:40:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6650fda7
7
8 dev-qt/qtsql: keyword 5.15.2 for ~riscv
9
10 Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-qt/qtsql/qtsql-5.15.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtsql/qtsql-5.15.2.ebuild b/dev-qt/qtsql/qtsql-5.15.2.ebuild
17 index c48f5e3479d..f94643be7b4 100644
18 --- a/dev-qt/qtsql/qtsql-5.15.2.ebuild
19 +++ b/dev-qt/qtsql/qtsql-5.15.2.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/qtbase-${PV}-gcc11.patch.xz"
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 ~riscv ~sparc x86"
26 fi
27
28 IUSE="freetds mysql oci8 odbc postgres +sqlite"