diff options
author | Sam James <sam@gentoo.org> | 2023-01-17 20:03:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-17 20:03:16 +0000 |
commit | d236f8bcaf80280556310b12364a0304641f7715 (patch) | |
tree | 5cd5e1e7b30d2193bbc3559b14abca5fc296c71c /dev-qt/qtgamepad | |
parent | dev-qt/qdoc: Stabilize 5.15.8 amd64, #888946 (diff) | |
download | gentoo-d236f8bcaf80280556310b12364a0304641f7715.tar.gz gentoo-d236f8bcaf80280556310b12364a0304641f7715.tar.bz2 gentoo-d236f8bcaf80280556310b12364a0304641f7715.zip |
dev-qt/qtgamepad: Stabilize 5.15.8 amd64, #888946
Signed-off-by: Sam James <sam@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 acfeaccfaf54..d36b588c789f 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" |