From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 4EE4215813A for ; Fri, 10 Jan 2025 08:37:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95082E07EF; Fri, 10 Jan 2025 08:37:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 9E8AAE07F0 for ; Fri, 10 Jan 2025 08:37:17 +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 5C93C341707 for ; Fri, 10 Jan 2025 08:37:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B92271E2C for ; Fri, 10 Jan 2025 08:37:13 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1736497816.b656f4ace599977c0180a60997fcf5687063a8f7.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-input-wacom/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.ebuild X-VCS-Directories: x11-drivers/xf86-input-wacom/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: b656f4ace599977c0180a60997fcf5687063a8f7 X-VCS-Branch: master Date: Fri, 10 Jan 2025 08:37:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e3b52a7-3b94-4458-9f11-ccc88f0d4641 X-Archives-Hash: 3a97197e451f4dd323999b458dc268f6 commit: b656f4ace599977c0180a60997fcf5687063a8f7 Author: WANG Xuerui gentoo org> AuthorDate: Fri Jan 10 08:15:38 2025 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Jan 10 08:30:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b656f4ac x11-drivers/xf86-input-wacom: keyword 1.2.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.ebuild b/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.ebuild index 47926243f2ae..8d3e38056e6b 100644 --- a/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.ebuild +++ b/x11-drivers/xf86-input-wacom/xf86-input-wacom-1.2.3.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://linuxwacom.github.io/" SRC_URI="https://github.com/linuxwacom/${PN}/releases/download/${P}/${P}.tar.bz2" LICENSE="GPL-2+" -KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )"