diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:42:50 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 13:42:50 +0100 |
commit | bb1c14aee4b545aff0fd210a3542c40f268cf137 (patch) | |
tree | 4ab6a29da85816173be57cfc0074a16ff29f3918 /dev-qt/qtbluetooth | |
parent | dev-qt/qt3d: amd64 stable wrt bug #699328 (diff) | |
download | gentoo-bb1c14aee4b545aff0fd210a3542c40f268cf137.tar.gz gentoo-bb1c14aee4b545aff0fd210a3542c40f268cf137.tar.bz2 gentoo-bb1c14aee4b545aff0fd210a3542c40f268cf137.zip |
dev-qt/qtbluetooth: amd64 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtbluetooth')
-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 6d4771dedd5a..f609111e8ada 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" |