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: Wed, 03 Aug 2016 04:06:28
Message-Id: 1470196641.4da0145d37eac35a0b9a25aea72f7f48484147ae.jer@gentoo
1 commit: 4da0145d37eac35a0b9a25aea72f7f48484147ae
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 3 03:57:21 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 3 03:57:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da0145d
7
8 dev-libs/libinput: Stable for HPPA (bug #579266).
9
10 Package-Manager: portage-2.3.0
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/libinput/libinput-1.3.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libinput/libinput-1.3.3.ebuild b/dev-libs/libinput/libinput-1.3.3.ebuild
17 index 8ec94bd..6312f4d 100644
18 --- a/dev-libs/libinput/libinput-1.3.3.ebuild
19 +++ b/dev-libs/libinput/libinput-1.3.3.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.