diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:40 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:40 +0100 |
commit | b50fa6de9448ed7364e7929ac1f84501b56cef9e (patch) | |
tree | d316ee57b10afa43e6e06ba547d90c0bd9d1f1be /x11-drivers/xf86-video-nv | |
parent | x11-drivers/xf86-video-nouveau: Port to EAPI 7 (diff) | |
download | gentoo-b50fa6de9448ed7364e7929ac1f84501b56cef9e.tar.gz gentoo-b50fa6de9448ed7364e7929ac1f84501b56cef9e.tar.bz2 gentoo-b50fa6de9448ed7364e7929ac1f84501b56cef9e.zip |
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>
Diffstat (limited to 'x11-drivers/xf86-video-nv')
-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}" |