diff options
author | 2019-05-21 23:47:25 +0300 | |
---|---|---|
committer | 2019-05-21 23:50:15 +0300 | |
commit | 5f17c54b8831cf1d11819b8ca76d9ac442bc7477 (patch) | |
tree | 52f5f589a642f4548a68caefac10c15360591b1d /dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild | |
parent | dev-qt/qt3d: x86 stable wrt bug #685260 (diff) | |
download | gentoo-5f17c54b8831cf1d11819b8ca76d9ac442bc7477.tar.gz gentoo-5f17c54b8831cf1d11819b8ca76d9ac442bc7477.tar.bz2 gentoo-5f17c54b8831cf1d11819b8ca76d9ac442bc7477.zip |
dev-qt/qtbluetooth: x86 stable wrt bug #685260
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="x86"
Diffstat (limited to 'dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild')
-rw-r--r-- | dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild index 8aa853e71b1b..530491649d5e 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.12.3.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.12.3.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 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi IUSE="qml" |