diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-12-08 19:05:03 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-12-08 19:05:03 -0500 |
commit | 165b0822b2b6a111b478fa84809363cf97039511 (patch) | |
tree | f239d3e354880545a6d71ef46c969eb8b3b05fc1 /sys-apps/input-utils | |
parent | net-misc/zerotier: keyword ~arm (diff) | |
download | gentoo-165b0822b2b6a111b478fa84809363cf97039511.tar.gz gentoo-165b0822b2b6a111b478fa84809363cf97039511.tar.bz2 gentoo-165b0822b2b6a111b478fa84809363cf97039511.zip |
sys-apps/input-utils: keyword ~arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-apps/input-utils')
-rw-r--r-- | sys-apps/input-utils/input-utils-1.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/input-utils/input-utils-1.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-apps/input-utils/input-utils-1.2.ebuild b/sys-apps/input-utils/input-utils-1.2.ebuild index 5888d0a91c00..f2e8b5042ff1 100644 --- a/sys-apps/input-utils/input-utils-1.2.ebuild +++ b/sys-apps/input-utils/input-utils-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="" DEPEND="" diff --git a/sys-apps/input-utils/input-utils-1.3.ebuild b/sys-apps/input-utils/input-utils-1.3.ebuild index 93fbcd1b9472..2821ff527621 100644 --- a/sys-apps/input-utils/input-utils-1.3.ebuild +++ b/sys-apps/input-utils/input-utils-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://www.kraxel.org/releases/input/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="" DEPEND="" |