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 BB302158042 for ; Fri, 18 Oct 2024 10:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48B7E0954; Fri, 18 Oct 2024 10:18:17 +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 8DADCE0954 for ; Fri, 18 Oct 2024 10:18: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 DFC50343027 for ; Fri, 18 Oct 2024 10:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 313AC1F45 for ; Fri, 18 Oct 2024 10:18:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1729246667.9d10cc1856a5154869f00c4356dfecfce6100253.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libevdev/libevdev-1.13.3.ebuild X-VCS-Directories: dev-libs/libevdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d10cc1856a5154869f00c4356dfecfce6100253 X-VCS-Branch: master Date: Fri, 18 Oct 2024 10:18:14 +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: 9abc26d4-70e3-489e-9721-68e12fda0dbe X-Archives-Hash: 1ea8b55841076b0eee2be4c07819d65a commit: 9d10cc1856a5154869f00c4356dfecfce6100253 Author: Sam James gentoo org> AuthorDate: Fri Oct 18 10:17:47 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 18 10:17:47 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d10cc18 dev-libs/libevdev: Stabilize 1.13.3 amd64, #941736 Signed-off-by: Sam James gentoo.org> dev-libs/libevdev/libevdev-1.13.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libevdev/libevdev-1.13.3.ebuild b/dev-libs/libevdev/libevdev-1.13.3.ebuild index a1376587ca03..3f1b9f16ab71 100644 --- a/dev-libs/libevdev/libevdev-1.13.3.ebuild +++ b/dev-libs/libevdev/libevdev-1.13.3.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 else SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi LICENSE="MIT"