diff options
author | 2025-01-07 18:03:01 +0100 | |
---|---|---|
committer | 2025-01-07 18:03:01 +0100 | |
commit | b088e567e1e3d0e93c9d5fbf65475080b8499ff1 (patch) | |
tree | 21b3339911049ef43ed12343919adf19a5732293 | |
parent | app-crypt/xca: Stabilize 2.8.0 ppc, #947186 (diff) | |
download | gentoo-b088e567e1e3d0e93c9d5fbf65475080b8499ff1.tar.gz gentoo-b088e567e1e3d0e93c9d5fbf65475080b8499ff1.tar.bz2 gentoo-b088e567e1e3d0e93c9d5fbf65475080b8499ff1.zip |
games-util/xpadneo: Stabilize 0.9.7 amd64, #947659
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r-- | games-util/xpadneo/xpadneo-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/xpadneo/xpadneo-0.9.7.ebuild b/games-util/xpadneo/xpadneo-0.9.7.ebuild index 3327d7fff523..1daeda7486f6 100644 --- a/games-util/xpadneo/xpadneo-0.9.7.ebuild +++ b/games-util/xpadneo/xpadneo-0.9.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |