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, 08 May 2018 20:55:10
Message-Id: 1525812883.01312fcaaa5888cae611eafd75c506a540918d60.mattst88@gentoo
1 commit: 01312fcaaa5888cae611eafd75c506a540918d60
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 8 20:51:08 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue May 8 20:54:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01312fca
7
8 dev-libs/libinput: Propagate stable keywords to 1.10.6
9
10 dev-libs/libinput/libinput-1.10.6.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libinput/libinput-1.10.6.ebuild b/dev-libs/libinput/libinput-1.10.6.ebuild
14 index 5364b191c2f..3e9391fbb24 100644
15 --- a/dev-libs/libinput/libinput-1.10.6.ebuild
16 +++ b/dev-libs/libinput/libinput-1.10.6.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 ~hppa ~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.