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: Mon, 28 Jan 2019 19:17:22
Message-Id: 1548652238.350b6283c1b286e1057c90371de68a4d3ed77cea.mattst88@gentoo
1 commit: 350b6283c1b286e1057c90371de68a4d3ed77cea
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 28 05:10:38 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 28 05:10:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350b6283
7
8 dev-libs/libevdev-1.6.0: alpha stable, bug 675818
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libevdev/libevdev-1.6.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libevdev/libevdev-1.6.0.ebuild b/dev-libs/libevdev/libevdev-1.6.0.ebuild
16 index 20b90557e3d..7f2bf0f24d2 100644
17 --- a/dev-libs/libevdev/libevdev-1.6.0.ebuild
18 +++ b/dev-libs/libevdev/libevdev-1.6.0.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
20 inherit autotools 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 ~s390 ~sh sparc x86"
24 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
25 fi
26
27 LICENSE="MIT"