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/libevdev/
Date: Sun, 02 Jan 2022 12:51:43
Message-Id: 1641127748.c97de51780b6a533521abd836fc7f7da53f05d6f.chewi@gentoo
1 commit: c97de51780b6a533521abd836fc7f7da53f05d6f
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 2 12:49:08 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 2 12:49:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97de517
7
8 dev-libs/libevdev: Keyword 1.12.0 for ~m68k
9
10 The tests pass (after increasing the timeout).
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-libs/libevdev/libevdev-1.12.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-libs/libevdev/libevdev-1.12.0.ebuild b/dev-libs/libevdev/libevdev-1.12.0.ebuild
18 index a5a5af24e1b8..87b1d58afa37 100644
19 --- a/dev-libs/libevdev/libevdev-1.12.0.ebuild
20 +++ b/dev-libs/libevdev/libevdev-1.12.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
28 inherit git-r3
29 else
30 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
31 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
32 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
33 fi
34
35 LICENSE="MIT"