Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Tue, 03 May 2016 20:08:36
Message-Id: 1462306092.c51d0c0e4cb0ba1bd0e44bb10ef812d5b5a34e39.maekke@gentoo
1 commit: c51d0c0e4cb0ba1bd0e44bb10ef812d5b5a34e39
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 20:08:12 2016 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 20:08:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c51d0c0e
7
8 dev-libs/libinput: arm stable, bug #566378
9
10 Package-Manager: portage-2.2.28
11 RepoMan-Options: --include-arches="arm"
12
13 dev-libs/libinput/libinput-1.1.5.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libinput/libinput-1.1.5.ebuild b/dev-libs/libinput/libinput-1.1.5.ebuild
17 index 03fd8b4..1331b81 100644
18 --- a/dev-libs/libinput/libinput-1.1.5.ebuild
19 +++ b/dev-libs/libinput/libinput-1.1.5.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
21
22 LICENSE="MIT"
23 SLOT="0/10"
24 -KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
25 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86"
26 IUSE="test"
27 # Tests require write access to udev rules directory which is a no-no for live system.
28 # Other tests are just about logs, exported symbols and autotest of the test library.