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

x11-drivers/xf86-input-void: Port to EAPI 7

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild 
b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
index c01eaf9d4ce..8a037ad91f8 100644
--- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
+++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit xorg-2
+EAPI=7
+
+inherit xorg-3
 
 DESCRIPTION="null input driver"
 
 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
-IUSE=""
 
-RDEPEND=">=x11-base/xorg-server-1.9.99.1"
+RDEPEND="x11-base/xorg-server"
 DEPEND="${RDEPEND}"

Reply via email to