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/libevdev/
Date: Sun, 20 Jan 2019 09:53:45
Message-Id: 1547978009.8f2f853b4d83884a3e9d14e384a9799a1bb5ba64.slyfox@gentoo
1 commit: 8f2f853b4d83884a3e9d14e384a9799a1bb5ba64
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sun Jan 20 08:25:32 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 20 09:53:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2f853b
7
8 dev-libs/libevdev: stable 1.6.0 for sparc, bug #675818
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/libevdev/libevdev-1.6.0.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/libevdev/libevdev-1.6.0.ebuild b/dev-libs/libevdev/libevdev-1.6.0.ebuild
19 index 5ad289f7340..bbe2749533d 100644
20 --- a/dev-libs/libevdev/libevdev-1.6.0.ebuild
21 +++ b/dev-libs/libevdev/libevdev-1.6.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then
29 inherit autotools git-r3
30 else
31 SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz"
32 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
34 fi
35
36 LICENSE="MIT"