diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:10:07 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-06 09:14:01 +0200 |
commit | 376fd957aa3ec072935eb42ae5c926dd229ef879 (patch) | |
tree | 50c4e9c33afcac6d3a46c8a13ac246e996304c9b /dev-qt/qtgamepad | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.11 amd64, #915391 (diff) | |
download | gentoo-376fd957aa3ec072935eb42ae5c926dd229ef879.tar.gz gentoo-376fd957aa3ec072935eb42ae5c926dd229ef879.tar.bz2 gentoo-376fd957aa3ec072935eb42ae5c926dd229ef879.zip |
dev-qt/qtgamepad: Stabilize 5.15.11 amd64, #915391
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.11.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.11.ebuild index 24979fd6ad03..eeecd4d2f8bb 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.11.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.11.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" |