Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libevdev/
Date: Thu, 24 Dec 2020 03:42:26
Message-Id: 1608781165.9b80fc46bc5e3f94f1bc9655a490a9674425d113.mattst88@gentoo
1 commit: 9b80fc46bc5e3f94f1bc9655a490a9674425d113
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 03:39:25 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 03:39:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b80fc46
7
8 dev-libs/libevdev: Stabilize 1.10.0 sparc, #758461
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libevdev/libevdev-1.10.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libevdev/libevdev-1.10.0.ebuild b/dev-libs/libevdev/libevdev-1.10.0.ebuild
16 index 12a8b20fbe6..acc3899107f 100644
17 --- a/dev-libs/libevdev/libevdev-1.10.0.ebuild
18 +++ b/dev-libs/libevdev/libevdev-1.10.0.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
20 inherit git-r3
21 else
22 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv s390 sparc x86"
25 fi
26
27 LICENSE="MIT"