diff options
author | Sam James <sam@gentoo.org> | 2021-09-19 23:11:31 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-09-19 23:11:31 +0100 |
commit | bb3491a37804b3738635a93bf3964d869cce5cee (patch) | |
tree | f5eb06af7933951d029aa6e6ff0cfe424d8804fe /dev-libs/libinput | |
parent | net-analyzer/net-snmp: Stabilize 5.9.1-r1 arm, #813177 (diff) | |
download | gentoo-bb3491a37804b3738635a93bf3964d869cce5cee.tar.gz gentoo-bb3491a37804b3738635a93bf3964d869cce5cee.tar.bz2 gentoo-bb3491a37804b3738635a93bf3964d869cce5cee.zip |
dev-libs/libinput: Stabilize 1.18.1 arm, #813456
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.18.1.ebuild b/dev-libs/libinput/libinput-1.18.1.ebuild index 5c87acb2d001..2a118f9c8fca 100644 --- a/dev-libs/libinput/libinput-1.18.1.ebuild +++ b/dev-libs/libinput/libinput-1.18.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 )" |