From fd99843943fdb2d1691a5c5decfc8c2da9fdefdc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 13 Jan 2024 17:27:01 +0100 Subject: [PATCH] app-vim/csound-syntax: block on media-sound/csound[vim-syntax] Signed-off-by: Michael Mair-Keimberger Signed-off-by: Conrad Kostecki --- app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild index bd83fe3c361f0..006878f0b1957 100644 --- a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild +++ b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,3 +14,5 @@ KEYWORDS="amd64 x86" VIM_PLUGIN_HELPFILES="${PN}" PATCHES=( "${FILESDIR}/${PN}-doc.patch" ) + +RDEPEND="!media-sound/csound[vim-syntax]"