diff options
author | 2024-04-03 20:45:01 +0000 | |
---|---|---|
committer | 2024-04-03 20:45:01 +0000 | |
commit | fdb1e005fedc2404126e35c39ac10eebc0f4aea9 (patch) | |
tree | 58cdc75ab6757dd8229bf664f8da2113225f3508 /dev-qt/qtgamepad | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.13 x86, #927748 (diff) | |
download | gentoo-fdb1e005fedc2404126e35c39ac10eebc0f4aea9.tar.gz gentoo-fdb1e005fedc2404126e35c39ac10eebc0f4aea9.tar.bz2 gentoo-fdb1e005fedc2404126e35c39ac10eebc0f4aea9.zip |
dev-qt/qtgamepad: Stabilize 5.15.13 x86, #927748
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.13.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.13.ebuild index 00903aa822fe..fcfde63e397e 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.13.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.13.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" |