diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-10-10 19:04:00 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-10-11 13:14:15 +0300 |
commit | ee2b85ebe6316874a8a64d87d5b9e3dc889fef7b (patch) | |
tree | 7b4f7a478c72452ab672a99adcbfaf26801d5581 /dev-libs/libinput | |
parent | x11-wm/mutter: bump to 41.0 (diff) | |
download | gentoo-ee2b85ebe6316874a8a64d87d5b9e3dc889fef7b.tar.gz gentoo-ee2b85ebe6316874a8a64d87d5b9e3dc889fef7b.tar.bz2 gentoo-ee2b85ebe6316874a8a64d87d5b9e3dc889fef7b.zip |
dev-libs/libinput: fix some minimum deps
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.19.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libinput/libinput-1.19.1.ebuild b/dev-libs/libinput/libinput-1.19.1.ebuild index c16d3716f3d0..8a59c1743716 100644 --- a/dev-libs/libinput/libinput-1.19.1.ebuild +++ b/dev-libs/libinput/libinput-1.19.1.ebuild @@ -32,8 +32,8 @@ BDEPEND=" " # test? ( dev-util/valgrind ) RDEPEND=" - input_devices_wacom? ( >=dev-libs/libwacom-0.20 ) - >=dev-libs/libevdev-1.3 + input_devices_wacom? ( >=dev-libs/libwacom-0.27 ) + >=dev-libs/libevdev-1.9.902 >=sys-libs/mtdev-1.1 virtual/libudev:= virtual/udev |