Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Sun, 02 Jan 2022 12:51:43
Message-Id: 1641127874.892d80487ae3930062c8c409916b4ac3a3b40796.chewi@gentoo
1 commit: 892d80487ae3930062c8c409916b4ac3a3b40796
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 12:51:14 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 12:51:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=892d8048
7
8 dev-libs/libinput: Keyword 1.19.3 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-libs/libinput/libinput-1.19.3.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libinput/libinput-1.19.3.ebuild b/dev-libs/libinput/libinput-1.19.3.ebuild
18 index 07b92e48c6a0..4fc5406a4519 100644
19 --- a/dev-libs/libinput/libinput-1.19.3.ebuild
20 +++ b/dev-libs/libinput/libinput-1.19.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 2014-2021 Gentoo Authors
23 +# Copyright 2014-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
28 LICENSE="MIT"
29 SLOT="0/10"
30 [[ "$(ver_cut 3)" -gt 900 ]] || \
31 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
33 IUSE="doc input_devices_wacom test"
34 RESTRICT="!test? ( test )"