diff options
author | Sam James <sam@gentoo.org> | 2022-01-24 14:49:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-24 14:49:01 +0000 |
commit | f8ed4543bdb42bb8935f0a4212681c81455d453c (patch) | |
tree | f9e9822c9e37d009c67e829bca92682d62d34c47 /dev-libs/libinput | |
parent | dev-libs/json-glib: Stabilize 1.6.6-r1 ppc, #831048 (diff) | |
download | gentoo-f8ed4543bdb42bb8935f0a4212681c81455d453c.tar.gz gentoo-f8ed4543bdb42bb8935f0a4212681c81455d453c.tar.bz2 gentoo-f8ed4543bdb42bb8935f0a4212681c81455d453c.zip |
dev-libs/libinput: Stabilize 1.19.3 ppc, #831048
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.19.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.19.3.ebuild b/dev-libs/libinput/libinput-1.19.3.ebuild index ddd619e8bc87..eb86ae8388e5 100644 --- a/dev-libs/libinput/libinput-1.19.3.ebuild +++ b/dev-libs/libinput/libinput-1.19.3.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 ~m68k ~ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |