summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-03-19 23:39:52 +0100
committerDavid Seifert <soap@gentoo.org>2021-03-19 23:39:52 +0100
commit8598f68df7cfbc3ec3ab87e6edb4c3bfbd0d996d (patch)
tree01ad766b74229c0d8afb93d9650199eb83fca412 /x11-drivers
parentx11-drivers/xf86-video-qxl: Cleanup (diff)
downloadgentoo-8598f68df7cfbc3ec3ab87e6edb4c3bfbd0d996d.tar.gz
gentoo-8598f68df7cfbc3ec3ab87e6edb4c3bfbd0d996d.tar.bz2
gentoo-8598f68df7cfbc3ec3ab87e6edb4c3bfbd0d996d.zip
x11-drivers/xf86-video-siliconmotion: 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')
-rw-r--r--x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
index 9a9a7cda10df..ab2e1341ccfa 100644
--- a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
+++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2017 Gentoo Foundation
+# 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="Silicon Motion video driver"
KEYWORDS="amd64 ~mips x86"
-IUSE=""
-RDEPEND=">=x11-base/xorg-server-1.0.99"
+RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}"