Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Wed, 05 Jun 2019 13:42:36
Message-Id: 1559742142.e24ef598d862df87e9e6a65d198912d681aef76f.ago@gentoo
1 commit: e24ef598d862df87e9e6a65d198912d681aef76f
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 13:42:22 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 13:42:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24ef598
7
8 dev-libs/libinput: works on s390
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-libs/libinput/libinput-1.13.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libinput/libinput-1.13.2.ebuild b/dev-libs/libinput/libinput-1.13.2.ebuild
17 index bc7c6286e49..fd529371d3d 100644
18 --- a/dev-libs/libinput/libinput-1.13.2.ebuild
19 +++ b/dev-libs/libinput/libinput-1.13.2.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 ~s390 ~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.