diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:19:13 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-06-14 09:21:43 +0200 |
commit | 5f606dc342153273c6474e08375bd9502dc44f2b (patch) | |
tree | 597930b163dc37cace2870b2d80b8c5d55e566b1 /dev-qt | |
parent | dev-qt/qt3d: x86 stable wrt bug #843353 (diff) | |
download | gentoo-5f606dc342153273c6474e08375bd9502dc44f2b.tar.gz gentoo-5f606dc342153273c6474e08375bd9502dc44f2b.tar.bz2 gentoo-5f606dc342153273c6474e08375bd9502dc44f2b.zip |
dev-qt/qtbluetooth: x86 stable wrt bug #843353
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild index 32d2eb102c41..1ad845f0169f 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.4.ebuild @@ -10,7 +10,7 @@ inherit qt5-build DESCRIPTION="Bluetooth support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86" fi IUSE="qml" |