Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/input-utils/
Date: Sun, 09 Dec 2018 00:05:26
Message-Id: 1544313903.165b0822b2b6a111b478fa84809363cf97039511.blueness@gentoo
1 commit: 165b0822b2b6a111b478fa84809363cf97039511
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 9 00:05:03 2018 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 9 00:05:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=165b0822
7
8 sys-apps/input-utils: keyword ~arm
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/input-utils/input-utils-1.2.ebuild | 4 ++--
14 sys-apps/input-utils/input-utils-1.3.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild b/sys-apps/input-utils/input-utils-1.2.ebuild
18 index 5888d0a91c0..f2e8b5042ff 100644
19 --- a/sys-apps/input-utils/input-utils-1.2.ebuild
20 +++ b/sys-apps/input-utils/input-utils-1.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -13,7 +13,7 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz"
28
29 LICENSE="GPL-2"
30 SLOT="0"
31 -KEYWORDS="amd64 ppc x86"
32 +KEYWORDS="amd64 ~arm ppc x86"
33 IUSE=""
34
35 DEPEND=""
36
37 diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild
38 index 93fbcd1b947..2821ff52762 100644
39 --- a/sys-apps/input-utils/input-utils-1.3.ebuild
40 +++ b/sys-apps/input-utils/input-utils-1.3.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -12,7 +12,7 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz"
48
49 LICENSE="GPL-2"
50 SLOT="0"
51 -KEYWORDS="~amd64 ~ppc ~x86"
52 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
53 IUSE=""
54
55 DEPEND=""