commit: b50fa6de9448ed7364e7929ac1f84501b56cef9e
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 19 22:39:40 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Mar 19 22:39:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50fa6de
x11-drivers/xf86-video-nv: 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-video-nv/xf86-video-nv-2.1.21.ebuild | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
index f96f675ae5a..edac3c64b1e 100644
--- a/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
+++ b/x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild
@@ -1,14 +1,15 @@
-# 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="Nvidia 2D only video driver"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 x86"
-IUSE=""
-RDEPEND="x11-base/xorg-server
+RDEPEND="
+ x11-base/xorg-server
>=x11-libs/libpciaccess-0.10.7"
DEPEND="${RDEPEND}"