diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 20:09:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-20 20:17:22 +0100 |
commit | d03140c7f02b509a67572baa9790c524f43574b4 (patch) | |
tree | 82e6c12ff217252cb88e15ca5f68383698ef654d /dev-libs/libinput | |
parent | dev-libs/libevdev: x86 stable (bug #758461) (diff) | |
download | gentoo-d03140c7f02b509a67572baa9790c524f43574b4.tar.gz gentoo-d03140c7f02b509a67572baa9790c524f43574b4.tar.bz2 gentoo-d03140c7f02b509a67572baa9790c524f43574b4.zip |
dev-libs/libinput: x86 stable (bug #758461)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-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 95ecac6568ed..e2cc5fe76a2c 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 ~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 )" |