diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-25 20:53:18 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-02-25 20:53:18 +0200 |
commit | f9e21868b62cfef1018112005ba3c926e37296c0 (patch) | |
tree | 1a9e39f70a77b565a26207574c16ce07d529988e /dev-qt | |
parent | dev-python/shiboken2: Keyword 5.15.2-r1 arm, #833799 (diff) | |
download | gentoo-f9e21868b62cfef1018112005ba3c926e37296c0.tar.gz gentoo-f9e21868b62cfef1018112005ba3c926e37296c0.tar.bz2 gentoo-f9e21868b62cfef1018112005ba3c926e37296c0.zip |
dev-qt/qtgamepad: Keyword 5.15.2-r1 arm, #833799
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild index 240fb4f4e8b0..fc5b9a4214bb 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt module to support gamepad hardware" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm64 x86" + KEYWORDS="amd64 ~arm arm64 x86" fi IUSE="evdev qml sdl" |