diff options
author | Sam James <sam@gentoo.org> | 2020-10-12 15:04:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-12 15:22:23 +0000 |
commit | d2a8e76a478021cc2e69271be213beadcf254a17 (patch) | |
tree | 6398f4737e921254b11dc476aed146cb8fc395f5 /dev-qt/qtgamepad | |
parent | dev-qt/qt-docs: Stabilize 5.15.1_p202009071124 amd64, #734600 (diff) | |
download | gentoo-d2a8e76a478021cc2e69271be213beadcf254a17.tar.gz gentoo-d2a8e76a478021cc2e69271be213beadcf254a17.tar.bz2 gentoo-d2a8e76a478021cc2e69271be213beadcf254a17.zip |
dev-qt/qtgamepad: Stabilize 5.15.1 amd64, #734600
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.15.1.ebuild b/dev-qt/qtgamepad/qtgamepad-5.15.1.ebuild index 130d5ee66820..aa857bff935b 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.15.1.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.15.1.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Qt module to support gamepad hardware" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 arm64 ~x86" + KEYWORDS="amd64 arm64 ~x86" fi IUSE="evdev qml sdl" |