diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:28:27 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-24 16:47:06 -0400 |
commit | 119332272c910ee61058f3aa60b360ccae90f889 (patch) | |
tree | 90c4d745645a01dce4f11f184c1737c3a4388b95 /dev-qt/qtbluetooth | |
parent | dev-qt/qt3d: arm64 stable (diff) | |
download | gentoo-119332272c910ee61058f3aa60b360ccae90f889.tar.gz gentoo-119332272c910ee61058f3aa60b360ccae90f889.tar.bz2 gentoo-119332272c910ee61058f3aa60b360ccae90f889.zip |
dev-qt/qtbluetooth: arm64 stable
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-qt/qtbluetooth')
-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 8a3692919fee..c37c1bd62752 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" |