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: Sun, 19 Aug 2018 04:26:08
Message-Id: 1534652737.13d09372e8557972bf420b90ac22557f6c6bb079.mattst88@gentoo
1 commit: 13d09372e8557972bf420b90ac22557f6c6bb079
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 19 04:25:37 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 19 04:25:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d09372
7
8 dev-libs/libevdev-1.5.9-r1: alpha stable, bug 664002
9
10 dev-libs/libevdev/libevdev-1.5.9-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
14 index 85aae4b2eb8..e686e50e7c0 100644
15 --- a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
16 +++ b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild
17 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
18 inherit autotools git-r3
19 else
20 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
21 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
22 + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86"
23 fi
24
25 LICENSE="MIT"