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, 15 Apr 2021 01:33:24
Message-Id: 1618450362.5d02230ad54d79f5b745e0c813ab3ffedd4a271b.sam@gentoo
1 commit: 5d02230ad54d79f5b745e0c813ab3ffedd4a271b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 01:31:38 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 01:32:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d02230a
7
8 dev-libs/libinput: Stabilize 1.17.1 arm64, #782847
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.17.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.17.1.ebuild b/dev-libs/libinput/libinput-1.17.1.ebuild
16 index 5b43a3250d6..f23251e2570 100644
17 --- a/dev-libs/libinput/libinput-1.17.1.ebuild
18 +++ b/dev-libs/libinput/libinput-1.17.1.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 )"