Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Sun, 30 Dec 2018 10:16:48
Message-Id: 1546164988.772ca7ab603d7a0fe4c71bdc3294775cd02ef220.slyfox@gentoo
1 commit: 772ca7ab603d7a0fe4c71bdc3294775cd02ef220
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Dec 30 09:40:25 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 30 10:16:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772ca7ab
7
8 dev-libs/libinput: stable 1.11.3 for hppa, bug #670024
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="hppa"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/libinput/libinput-1.11.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libinput/libinput-1.11.3.ebuild b/dev-libs/libinput/libinput-1.11.3.ebuild
19 index 2c9b8e6a61e..d44f2220c53 100644
20 --- a/dev-libs/libinput/libinput-1.11.3.ebuild
21 +++ b/dev-libs/libinput/libinput-1.11.3.ebuild
22 @@ -10,7 +10,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
23
24 LICENSE="MIT"
25 SLOT="0/10"
26 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
27 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
28 IUSE="doc input_devices_wacom"
29 # Tests require write access to udev rules directory which is a no-no for live system.
30 # Other tests are just about logs, exported symbols and autotest of the test library.