From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1706938-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89AB715813A for <garchives@archives.gentoo.org>; Tue, 07 Jan 2025 17:03:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F67E079E; Tue, 07 Jan 2025 17:03:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92FCDE07A5 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 17:03:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B689E335DC7 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 17:03:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F17A41D63 for <gentoo-commits@lists.gentoo.org>; Tue, 07 Jan 2025 17:03:34 +0000 (UTC) From: "Jakov Smolić" <jsmolic@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" <jsmolic@gentoo.org> Message-ID: <1736269381.b088e567e1e3d0e93c9d5fbf65475080b8499ff1.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/xpadneo/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/xpadneo/xpadneo-0.9.7.ebuild X-VCS-Directories: games-util/xpadneo/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b088e567e1e3d0e93c9d5fbf65475080b8499ff1 X-VCS-Branch: master Date: Tue, 07 Jan 2025 17:03:34 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 635d112e-4876-4d74-a0b6-54ac5cabe197 X-Archives-Hash: 5bf183c87adeff2d9eff47aba9eb63df commit: b088e567e1e3d0e93c9d5fbf65475080b8499ff1 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Tue Jan 7 17:03:01 2025 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Tue Jan 7 17:03:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b088e567 games-util/xpadneo: Stabilize 0.9.7 amd64, #947659 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> games-util/xpadneo/xpadneo-0.9.7.ebuild | 4 ++-- 1 file 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"