diff options
author | 2021-01-09 21:15:36 +0000 | |
---|---|---|
committer | 2021-01-09 21:16:09 +0000 | |
commit | b63e98ef622e784e32c397669df237cec71a1163 (patch) | |
tree | 06090af3acf30fbb443ea0e90bd31f581d7ea68a /dev-qt/qtbluetooth | |
parent | dev-qt/qt3d: Stabilize 5.15.2 x86, #754852 (diff) | |
download | gentoo-b63e98ef622e784e32c397669df237cec71a1163.tar.gz gentoo-b63e98ef622e784e32c397669df237cec71a1163.tar.bz2 gentoo-b63e98ef622e784e32c397669df237cec71a1163.zip |
dev-qt/qtbluetooth: Stabilize 5.15.2 x86, #754852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild index 3bb6ebc83902..ca3035139c18 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Bluetooth support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm arm64 ~ppc64 ~x86" + KEYWORDS="~amd64 arm arm64 ~ppc64 x86" fi IUSE="qml" |