Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Sun, 10 Feb 2019 07:46:26
Message-Id: 1549784608.010a76ce750d2bfbe42bc39289483d9ea9430358.zlogene@gentoo
1 commit: 010a76ce750d2bfbe42bc39289483d9ea9430358
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 10 07:43:28 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 10 07:43:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010a76ce
7
8 dev-libs/libinput: amd64 stable wrt bug #677578
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libinput/libinput-1.12.6.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libinput/libinput-1.12.6.ebuild b/dev-libs/libinput/libinput-1.12.6.ebuild
17 index fe9e7e7cf8c..fa3fa304568 100644
18 --- a/dev-libs/libinput/libinput-1.12.6.ebuild
19 +++ b/dev-libs/libinput/libinput-1.12.6.ebuild
20 @@ -12,7 +12,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 ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 IUSE="doc input_devices_wacom"
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.