diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:25:54 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-24 22:32:32 -0400 |
commit | d57a80c6431da4b56c021af379e206c56048eadf (patch) | |
tree | 778fd53538e754ddbe81e8d443846c239b42c219 /x11-drivers | |
parent | x11-drivers/xf86-video-ati: Drop empty global assignments (diff) | |
download | gentoo-d57a80c6431da4b56c021af379e206c56048eadf.tar.gz gentoo-d57a80c6431da4b56c021af379e206c56048eadf.tar.bz2 gentoo-d57a80c6431da4b56c021af379e206c56048eadf.zip |
x11-drivers/xf86-video-dummy: Drop unnecessary assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild index 26c9330f26c5..3ce1393d70ae 100644 --- a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild @@ -8,6 +8,3 @@ inherit xorg-3 DESCRIPTION="X.Org driver for dummy cards" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="" -DEPEND="x11-base/xorg-proto" |