diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:00:02 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-20 23:00:02 -0400 |
commit | 401a917701417b6c97ac384663299e4166dc6b6b (patch) | |
tree | 03e1d00628e6995dca9c659bbe9bd45b94638353 /sys-apps/input-utils | |
parent | x11-misc/xcalib: keyword ~arm64 (diff) | |
download | gentoo-401a917701417b6c97ac384663299e4166dc6b6b.tar.gz gentoo-401a917701417b6c97ac384663299e4166dc6b6b.tar.bz2 gentoo-401a917701417b6c97ac384663299e4166dc6b6b.zip |
sys-apps/input-utils: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, 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 f2e8b5042ff1..5bd6e7f4694f 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-2018 Gentoo Authors +# Copyright 1999-2019 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 ~arm ppc x86" +KEYWORDS="amd64 ~arm ~arm64 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 2821ff527621..ff1c3933d560 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-2018 Gentoo Authors +# Copyright 1999-2019 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 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="" DEPEND="" |