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: Wed, 28 Nov 2018 07:08:55
Message-Id: 1543388908.d405727b5e53d33b205f226b8c9bc43d93421be5.slyfox@gentoo
1 commit: d405727b5e53d33b205f226b8c9bc43d93421be5
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Wed Nov 28 06:47:48 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 28 07:08:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d405727b
7
8 dev-libs/libinput: keyworded 1.12.3 for sparc, bug #668764
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="sparc"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-libs/libinput/libinput-1.12.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/libinput/libinput-1.12.3.ebuild b/dev-libs/libinput/libinput-1.12.3.ebuild
19 index 4edaf9ececd..e9169e65901 100644
20 --- a/dev-libs/libinput/libinput-1.12.3.ebuild
21 +++ b/dev-libs/libinput/libinput-1.12.3.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
23
24 LICENSE="MIT"
25 SLOT="0/10"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~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.