diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:20:13 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:20:13 +0100 |
commit | 25a7d0e6c59c44ea26e17f331863da98428d5ac9 (patch) | |
tree | ed25acfbc99bb13dac035cb87b3046bf4cc9d991 /dev-qt/qtgamepad | |
parent | dev-qt/qtdeclarative: amd64 stable wrt bug #699240 (diff) | |
download | gentoo-25a7d0e6c59c44ea26e17f331863da98428d5ac9.tar.gz gentoo-25a7d0e6c59c44ea26e17f331863da98428d5ac9.tar.bz2 gentoo-25a7d0e6c59c44ea26e17f331863da98428d5ac9.zip |
dev-qt/qtgamepad: amd64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.13.2.ebuild b/dev-qt/qtgamepad/qtgamepad-5.13.2.ebuild index 01e34bd9064e..bb4dec7d3cb1 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.13.2.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.13.2.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" |