Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Thu, 27 May 2021 19:12:00
Message-Id: 1622098119.7ea9a1e7976cb56c0aa0230bd05ebc4ef2347986.sam@gentoo
1 commit: 7ea9a1e7976cb56c0aa0230bd05ebc4ef2347986
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 06:48:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 06:48:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea9a1e7
7
8 dev-libs/libinput: Stabilize 1.17.2 arm64, #787818
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.17.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.17.2.ebuild b/dev-libs/libinput/libinput-1.17.2.ebuild
16 index 47b7a90017c..17ca7a737e9 100644
17 --- a/dev-libs/libinput/libinput-1.17.2.ebuild
18 +++ b/dev-libs/libinput/libinput-1.17.2.ebuild
19 @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
20 LICENSE="MIT"
21 SLOT="0/10"
22 [[ "$(ver_cut 3)" -gt 900 ]] || \
23 -KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
25 IUSE="doc input_devices_wacom test"
26 RESTRICT="!test? ( test )"