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: Sat, 18 Sep 2021 17:29:43
Message-Id: 1631986111.836cf56c56b221c956370cf125f7d55e5ae7f861.sam@gentoo
1 commit: 836cf56c56b221c956370cf125f7d55e5ae7f861
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 18 17:12:00 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 18 17:28:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=836cf56c
7
8 dev-libs/libinput: Stabilize 1.18.1 x86, #813456
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libinput/libinput-1.18.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libinput/libinput-1.18.1.ebuild b/dev-libs/libinput/libinput-1.18.1.ebuild
16 index 6a6bf69ed77..5c87acb2d00 100644
17 --- a/dev-libs/libinput/libinput-1.18.1.ebuild
18 +++ b/dev-libs/libinput/libinput-1.18.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 )"