diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-10-31 21:09:37 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-31 21:10:21 -0400 |
commit | cac2746619fd2ee088ae14f1105167cf72338896 (patch) | |
tree | 2b53657f3cb008faa810c9bce944774b43ae7309 /x11-drivers | |
parent | app-portage/mirrorselect: Drop old versions (diff) | |
download | gentoo-cac2746619fd2ee088ae14f1105167cf72338896.tar.gz gentoo-cac2746619fd2ee088ae14f1105167cf72338896.tar.bz2 gentoo-cac2746619fd2ee088ae14f1105167cf72338896.zip |
x11-drivers/xf86-input-void: Drop unnecessary assignments
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild index 3c9b9e81b5c9..8d40f5b1d00e 100644 --- a/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.4.2.ebuild @@ -9,7 +9,3 @@ inherit xorg-3 DESCRIPTION="null input driver" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND="" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |