From 0d74aab854c99fe6fc453796e148ad038ca3c0de Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 Jan 2025 16:16:04 +0000 Subject: [PATCH] dev-libs/libinput: Stabilize 1.27.0 arm64, #947220 Signed-off-by: Sam James --- dev-libs/libinput/libinput-1.27.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libinput/libinput-1.27.0.ebuild b/dev-libs/libinput/libinput-1.27.0.ebuild index ca9af35486aa0..2c35bcfb948f4 100644 --- a/dev-libs/libinput/libinput-1.27.0.ebuild +++ b/dev-libs/libinput/libinput-1.27.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Gentoo Authors +# Copyright 2014-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="MIT" SLOT="0/10" if [[ $(ver_cut 3) -lt 900 ]] ; then - 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 IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )"