Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/
Date: Thu, 24 Dec 2015 20:18:31
Message-Id: 1450988200.b333879ccb50935b1dbf94579b8c1337bfbef290.vapier@gentoo
1 commit: b333879ccb50935b1dbf94579b8c1337bfbef290
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 24 19:33:35 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 24 20:16:40 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b333879c
7
8 dev-libs/libinput: mark 1.1.0 alpha/hppa/ia64 stable
9
10 dev-libs/libinput/libinput-1.1.0.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libinput/libinput-1.1.0.ebuild b/dev-libs/libinput/libinput-1.1.0.ebuild
14 index e00c77f..4fb734e 100644
15 --- a/dev-libs/libinput/libinput-1.1.0.ebuild
16 +++ b/dev-libs/libinput/libinput-1.1.0.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="http://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="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.