commit:     49561a788a236f49cbc65e5cbe6f7c6b8816f691
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 22:39:10 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 22:39:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49561a78

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

 .../xf86-input-evdev/xf86-input-evdev-2.10.6.ebuild        | 14 ++++++++------
 1 file 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 c3d28955e86..2bdf150ddc1 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"
 

Reply via email to