Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Sat, 30 Jul 2016 10:27:50
Message-Id: 1469874430.5d17015acf35ee02a1815d2c3bbd271109ad426a.jer@gentoo
1 commit: 5d17015acf35ee02a1815d2c3bbd271109ad426a
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 10:04:27 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 10:27:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d17015a
7
8 dev-libs/libinput: Stable for HPPA PPC64 (bug #584468).
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/libinput/libinput-1.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libinput/libinput-1.3.0.ebuild b/dev-libs/libinput/libinput-1.3.0.ebuild
17 index 38aadf5..c047657 100644
18 --- a/dev-libs/libinput/libinput-1.3.0.ebuild
19 +++ b/dev-libs/libinput/libinput-1.3.0.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="input_devices_wacom 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.