diff options
author | Sam James <sam@gentoo.org> | 2020-12-07 15:17:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-07 15:17:20 +0000 |
commit | 279dc2ccec0b1348f6298e691b48e9230a5a7b9b (patch) | |
tree | 0849562b327608fd662fbb177d85c9cc0b891909 /dev-libs | |
parent | dev-libs/libevdev: arm stable (bug #758461) (diff) | |
download | gentoo-279dc2ccec0b1348f6298e691b48e9230a5a7b9b.tar.gz gentoo-279dc2ccec0b1348f6298e691b48e9230a5a7b9b.tar.bz2 gentoo-279dc2ccec0b1348f6298e691b48e9230a5a7b9b.zip |
dev-libs/libinput: arm stable (bug #758461)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libinput/libinput-1.16.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.16.4.ebuild b/dev-libs/libinput/libinput-1.16.4.ebuild index ea6afc1e6cb8..a9122c65d61d 100644 --- a/dev-libs/libinput/libinput-1.16.4.ebuild +++ b/dev-libs/libinput/libinput-1.16.4.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 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |