diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:13:58 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:13:58 +0100 |
commit | a38548e89a97a6050dd4c6c186e36351af022d89 (patch) | |
tree | fa2c40d28e34579d1455f8190ac31e290256876d /dev-qt | |
parent | dev-qt/qt3d: x86 stable wrt bug #699328 (diff) | |
download | gentoo-a38548e89a97a6050dd4c6c186e36351af022d89.tar.gz gentoo-a38548e89a97a6050dd4c6c186e36351af022d89.tar.bz2 gentoo-a38548e89a97a6050dd4c6c186e36351af022d89.zip |
dev-qt/qtbluetooth: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
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.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.14.1.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.14.1.ebuild index f609111e8ada..6de2c9a80aa3 100644 --- a/dev-qt/qtbluetooth/qtbluetooth-5.14.1.ebuild +++ b/dev-qt/qtbluetooth/qtbluetooth-5.14.1.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" |