commit:     25b2151f5173d6109a08eb053b991a07efb57d45
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  8 02:15:29 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 01:40:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b2151f

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 <AT> gentoo.org>

 .../libinput/{libinput-1.21.0.ebuild => libinput-1.21.0-r1.ebuild}   | 5 ++---
 1 file 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
similarity index 94%
rename from dev-libs/libinput/libinput-1.21.0.ebuild
rename to 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() {

Reply via email to