diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 18:25:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 18:25:11 +0000 |
commit | 5772991d222eed0801a34174108270952701a96d (patch) | |
tree | 6153137660cc10508eb4e2b5329ff04903d319c8 /dev-qt/qtgamepad | |
parent | dev-qt/qtconcurrent: Stabilize 5.15.5 x86, #853232 (diff) | |
download | gentoo-5772991d222eed0801a34174108270952701a96d.tar.gz gentoo-5772991d222eed0801a34174108270952701a96d.tar.bz2 gentoo-5772991d222eed0801a34174108270952701a96d.zip |
dev-qt/qtgamepad: Stabilize 5.15.5 x86, #853232
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.5.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.5.ebuild index 24f81cd1d8fc..d30579627c0e 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.5.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.5.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" |