diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:13:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-21 11:13:58 +0200 |
commit | 85dfcb70b84d4840135b0ec830c15afdcc2a5a4c (patch) | |
tree | 73596be096faf59c6bf12232439eac68d557e9be /dev-qt/qtgamepad | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.8 x86, #888946 (diff) | |
download | gentoo-85dfcb70b84d4840135b0ec830c15afdcc2a5a4c.tar.gz gentoo-85dfcb70b84d4840135b0ec830c15afdcc2a5a4c.tar.bz2 gentoo-85dfcb70b84d4840135b0ec830c15afdcc2a5a4c.zip |
dev-qt/qtgamepad: Stabilize 5.15.8 x86, #888946
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.8.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.8.ebuild index 5c671b1992e5..19ce4e27aba2 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.8.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.8.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" |