diff options
-rw-r--r-- | x11-drivers/xf86-video-nv/xf86-video-nv-2.1.21.ebuild | 11 |
1 files 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 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}" |