diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:10 +0100 |
commit | 49561a788a236f49cbc65e5cbe6f7c6b8816f691 (patch) | |
tree | 0896e9a69cfa924d02351907b7427dd1ac87de8c /x11-drivers/xf86-input-evdev | |
parent | x11-apps/xvidtune: Port to EAPI 7 (diff) | |
download | gentoo-49561a788a236f49cbc65e5cbe6f7c6b8816f691.tar.gz gentoo-49561a788a236f49cbc65e5cbe6f7c6b8816f691.tar.bz2 gentoo-49561a788a236f49cbc65e5cbe6f7c6b8816f691.zip |
x11-drivers/xf86-input-evdev: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-input-evdev')
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild index c3d28955e86c..2bdf150ddc17 100644 --- a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild @@ -1,18 +1,20 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 -inherit linux-info xorg-2 +EAPI=7 + +inherit linux-info xorg-3 DESCRIPTION="Generic Linux input driver" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86" -IUSE="" -RDEPEND=">=x11-base/xorg-server-1.18[udev] +RDEPEND=" + >=x11-base/xorg-server-1.18[udev] dev-libs/libevdev sys-libs/mtdev virtual/libudev:=" -DEPEND="${RDEPEND} +DEPEND=" + ${RDEPEND} >=sys-kernel/linux-headers-2.6 x11-base/xorg-proto" |