diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:40:39 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-04-25 12:41:34 +0300 |
commit | 16280ce0cdeabf73feeec6fddc2fcd0cbbdc470a (patch) | |
tree | 4576744d3976079d51501bb7cec20063cb0d0c7e /dev-qt/qtgamepad | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.9 arm64, #904373 (diff) | |
download | gentoo-16280ce0cdeabf73feeec6fddc2fcd0cbbdc470a.tar.gz gentoo-16280ce0cdeabf73feeec6fddc2fcd0cbbdc470a.tar.bz2 gentoo-16280ce0cdeabf73feeec6fddc2fcd0cbbdc470a.zip |
dev-qt/qtgamepad: Stabilize 5.15.9 arm64, #904373
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.9.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.9.ebuild index eeecd4d2f8bb..19ce4e27aba2 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.9.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.9.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt module to support gamepad hardware" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" + KEYWORDS="amd64 ~arm arm64 ~riscv x86" fi IUSE="evdev qml sdl" |