diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 02:31:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-15 02:32:42 +0100 |
commit | 5d02230ad54d79f5b745e0c813ab3ffedd4a271b (patch) | |
tree | 0617e2c9a8d9e6aeee8f8676fdb780281bd75527 /dev-libs | |
parent | dev-libs/libgweather: Stabilize 3.36.2 arm64, #782847 (diff) | |
download | gentoo-5d02230ad54d79f5b745e0c813ab3ffedd4a271b.tar.gz gentoo-5d02230ad54d79f5b745e0c813ab3ffedd4a271b.tar.bz2 gentoo-5d02230ad54d79f5b745e0c813ab3ffedd4a271b.zip |
dev-libs/libinput: Stabilize 1.17.1 arm64, #782847
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libinput/libinput-1.17.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.17.1.ebuild b/dev-libs/libinput/libinput-1.17.1.ebuild index 5b43a3250d65..f23251e25709 100644 --- a/dev-libs/libinput/libinput-1.17.1.ebuild +++ b/dev-libs/libinput/libinput-1.17.1.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 )" |