diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-06-07 22:15:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-06-11 21:40:34 -0400 |
commit | 25b2151f5173d6109a08eb053b991a07efb57d45 (patch) | |
tree | 8e290de2e54448aa07007587fb6012c7a8f4d1a1 /dev-libs/libinput | |
parent | net-irc/znc-clientbuffer: QA fixes; adopt (diff) | |
download | gentoo-25b2151f5173d6109a08eb053b991a07efb57d45.tar.gz gentoo-25b2151f5173d6109a08eb053b991a07efb57d45.tar.bz2 gentoo-25b2151f5173d6109a08eb053b991a07efb57d45.zip |
dev-libs/libinput: Fix a few things
* Drop the 'udev hwdb' calls, per floppym's advice:
<floppym> libinput does not install any hwdb files on my system, so
probably drop udevadm hwdb --update.
* Add Python 3.11 compatibility
* Subscribe to libwacom subslot (bug #848522)
Closes: https://bugs.gentoo.org/848522
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.21.0-r1.ebuild (renamed from dev-libs/libinput/libinput-1.21.0.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/libinput/libinput-1.21.0.ebuild b/dev-libs/libinput/libinput-1.21.0-r1.ebuild index 0dfc7b33fd56..acb03afb6c54 100644 --- a/dev-libs/libinput/libinput-1.21.0.ebuild +++ b/dev-libs/libinput/libinput-1.21.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson python-any-r1 udev @@ -32,7 +32,7 @@ BDEPEND=" " # test? ( dev-util/valgrind ) RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.27 ) + input_devices_wacom? ( >=dev-libs/libwacom-0.27:= ) >=dev-libs/libevdev-1.9.902 >=sys-libs/mtdev-1.1 virtual/libudev:= @@ -85,7 +85,6 @@ pkg_postinst() { fi udev_reload - udevadm hwdb --update --root="${ROOT}" } pkg_postrm() { |