diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:15 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:15 +0100 |
commit | e66b6581b0533685921cef7aa478720b77959b67 (patch) | |
tree | 36ecc4be28b7bcd474c2e446d4bc335512f0b3d6 /dev-qt/qtgamepad | |
parent | dev-qt/qtdeclarative: x86 stable wrt bug #699328 (diff) | |
download | gentoo-e66b6581b0533685921cef7aa478720b77959b67.tar.gz gentoo-e66b6581b0533685921cef7aa478720b77959b67.tar.bz2 gentoo-e66b6581b0533685921cef7aa478720b77959b67.zip |
dev-qt/qtgamepad: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtgamepad')
-rw-r--r-- | dev-qt/qtgamepad/qtgamepad-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtgamepad/qtgamepad-5.14.1.ebuild b/dev-qt/qtgamepad/qtgamepad-5.14.1.ebuild index 9468544378b5..e97e73ed72d4 100644 --- a/dev-qt/qtgamepad/qtgamepad-5.14.1.ebuild +++ b/dev-qt/qtgamepad/qtgamepad-5.14.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" |