diff options
author | Sam James <sam@gentoo.org> | 2021-04-14 23:04:36 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-14 23:06:06 +0100 |
commit | a48964d8f16642622e063df9fd476a5836b205a4 (patch) | |
tree | 738b6e96dbc202bfa1c0348a3383e51a166a10ca /dev-libs/libinput | |
parent | dev-libs/json-glib: Stabilize 1.6.2 sparc, #782847 (diff) | |
download | gentoo-a48964d8f16642622e063df9fd476a5836b205a4.tar.gz gentoo-a48964d8f16642622e063df9fd476a5836b205a4.tar.bz2 gentoo-a48964d8f16642622e063df9fd476a5836b205a4.zip |
dev-libs/libinput: Stabilize 1.17.1 sparc, #782847
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-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 eda5889eaa28..ccbd8f520e5d 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 )" |