diff options
author | Sam James <sam@gentoo.org> | 2021-11-17 07:47:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-17 07:48:34 +0000 |
commit | 0d5bb6d91d21a67fb3e32838cf83e0a30bc1e7ed (patch) | |
tree | 2be780d75dadff79f47f06cc1a299b1f632acadf /dev-libs | |
parent | kde-apps/konsole: Stabilize 21.04.3-r4 arm64, #807933 (diff) | |
download | gentoo-0d5bb6d91d21a67fb3e32838cf83e0a30bc1e7ed.tar.gz gentoo-0d5bb6d91d21a67fb3e32838cf83e0a30bc1e7ed.tar.bz2 gentoo-0d5bb6d91d21a67fb3e32838cf83e0a30bc1e7ed.zip |
dev-libs/libinput: Stabilize 1.19.2 arm64, #822339
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libinput/libinput-1.19.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.19.2.ebuild b/dev-libs/libinput/libinput-1.19.2.ebuild index dd09d5365f28..c6f89364fb6e 100644 --- a/dev-libs/libinput/libinput-1.19.2.ebuild +++ b/dev-libs/libinput/libinput-1.19.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" SLOT="0/10" [[ "$(ver_cut 3)" -gt 900 ]] || \ -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |