From b50fa6de9448ed7364e7929ac1f84501b56cef9e Mon Sep 17 00:00:00 2001 From: David Seifert <soap@gentoo.org> Date: Fri, 19 Mar 2021 23:39:40 +0100 Subject: 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@gentoo.org> --- x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'x11-drivers/xf86-video-nv') 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 f96f675ae5ae..edac3c64b1e1 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}" -- cgit v1.2.3-65-gdbad