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: Wed, 02 Dec 2020 22:09:54
Message-Id: 1606946916.894d0e452942ee5461c024ed3e2d746c740f750e.sam@gentoo
1 commit: 894d0e452942ee5461c024ed3e2d746c740f750e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 22:08:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 22:08:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894d0e45
7
8 dev-libs/libinput: Stabilize 1.16.3 arm, #757354
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.16.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.16.3.ebuild b/dev-libs/libinput/libinput-1.16.3.ebuild
16 index 326fcef0c35..3256004954c 100644
17 --- a/dev-libs/libinput/libinput-1.16.3.ebuild
18 +++ b/dev-libs/libinput/libinput-1.16.3.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 ~s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
25 IUSE="doc input_devices_wacom test"
26 RESTRICT="!test? ( test )"