diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:27:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:32:32 -0400 |
commit | 1d18550cb457b9612fb6ce843ffff32283f71f5c (patch) | |
tree | a4059c446f425f84b4e11a8e40a468651c2562fa /x11-drivers | |
parent | x11-drivers/xf86-video-dummy: Drop unnecessary assignments (diff) | |
download | gentoo-1d18550cb457b9612fb6ce843ffff32283f71f5c.tar.gz gentoo-1d18550cb457b9612fb6ce843ffff32283f71f5c.tar.bz2 gentoo-1d18550cb457b9612fb6ce843ffff32283f71f5c.zip |
x11-drivers/xf86-video-nouveau: Drop unnecessary assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild index 39fd51e0e077..df776b0522b1 100644 --- a/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild +++ b/x11-drivers/xf86-video-nouveau/xf86-video-nouveau-1.0.17.ebuild @@ -6,11 +6,6 @@ EAPI=7 XORG_DRI="always" inherit xorg-3 -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau" - SRC_URI="" -fi - DESCRIPTION="Accelerated Open Source driver for nVidia cards" HOMEPAGE=" https://nouveau.freedesktop.org/ |