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/libinput/
Date: Tue, 20 Mar 2018 20:17:10
Message-Id: 1521577002.82c47df3964af7f1266f064b3a7cf8f4f3422333.mattst88@gentoo
1 commit: 82c47df3964af7f1266f064b3a7cf8f4f3422333
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 20 20:16:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 20:16:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c47df3
7
8 dev-libs/libinput-1.10.3: added ~hppa, bug 644092
9
10 dev-libs/libinput/libinput-1.10.3.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libinput/libinput-1.10.3.ebuild b/dev-libs/libinput/libinput-1.10.3.ebuild
14 index 44cea37f06a..5364b191c2f 100644
15 --- a/dev-libs/libinput/libinput-1.10.3.ebuild
16 +++ b/dev-libs/libinput/libinput-1.10.3.ebuild
17 @@ -10,7 +10,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
18
19 LICENSE="MIT"
20 SLOT="0/10"
21 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
22 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
23 IUSE="doc input_devices_wacom test"
24 # Tests require write access to udev rules directory which is a no-no for live system.
25 # Other tests are just about logs, exported symbols and autotest of the test library.