summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-03-19 23:39:19 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-19 23:39:19 +0100
commitafa23e6760f6a8919fc3008004dbc80af5f918d1 (patch)
treef32803977432251146ca1df834d594321a78273f /x11-drivers/xf86-input-void
parentx11-drivers/xf86-input-vmmouse: Port to EAPI 7 (diff)
downloadgentoo-afa23e6760f6a8919fc3008004dbc80af5f918d1.tar.gz
gentoo-afa23e6760f6a8919fc3008004dbc80af5f918d1.tar.bz2
gentoo-afa23e6760f6a8919fc3008004dbc80af5f918d1.zip
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@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-input-void')
-rw-r--r--x11-drivers/xf86-input-void/xf86-input-void-1.4.1.ebuild10
1 files 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 c01eaf9d4ceb..8a037ad91f84 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}"