diff options
-rw-r--r-- | games-util/xpadneo/xpadneo-0.9.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-util/xpadneo/xpadneo-0.9.6.ebuild b/games-util/xpadneo/xpadneo-0.9.6.ebuild index d57edd3bce17..54ecc4aad8c5 100644 --- a/games-util/xpadneo/xpadneo-0.9.6.ebuild +++ b/games-util/xpadneo/xpadneo-0.9.6.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_MIN_CLONE_TYPE="single" else SRC_URI="https://github.com/atar-axis/xpadneo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="Advanced Linux Driver for Xbox One Wireless Controller" |