Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtbluetooth/
Date: Sun, 22 Aug 2021 22:40:48
Message-Id: 1629671971.33c2f46a1cb70a77c3b11ae0a59e4207857c43a1.asturm@gentoo
1 commit: 33c2f46a1cb70a77c3b11ae0a59e4207857c43a1
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 20 17:15:39 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 22 22:39:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=33c2f46a
7
8 dev-qt/qtbluetooth: keyword for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
17 index 3081decf..7e1f2d20 100644
18 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
19 +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.9999.ebuild
20 @@ -9,7 +9,7 @@ inherit qt5-build
21 DESCRIPTION="Bluetooth support library for the Qt5 framework"
22
23 if [[ ${QT5_BUILD_TYPE} == release ]]; then
24 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
26 fi
27
28 IUSE="qml"