diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 17:27:01 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-13 21:45:52 +0100 |
commit | fd99843943fdb2d1691a5c5decfc8c2da9fdefdc (patch) | |
tree | c44e675c025e1b32629e5d9b2f2f1878be95b810 /app-vim | |
parent | app-emulation/xen-tools: use https for git clone (diff) | |
download | gentoo-fd99843943fdb2d1691a5c5decfc8c2da9fdefdc.tar.gz gentoo-fd99843943fdb2d1691a5c5decfc8c2da9fdefdc.tar.bz2 gentoo-fd99843943fdb2d1691a5c5decfc8c2da9fdefdc.zip |
app-vim/csound-syntax: block on media-sound/csound[vim-syntax]
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild b/app-vim/csound-syntax/csound-syntax-20160804-r1.ebuild index bd83fe3c361f..006878f0b195 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]" |