diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2024-01-13 17:55:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-01-20 22:21:41 +0100 |
commit | 4411382fc5bf73e583a50eb6e42bc695e827ce7f (patch) | |
tree | 0b9021af77844e12a5af8739fdd779f74814a3af /app-vim/colorschemes | |
parent | dev-python/gast: add 0.5.4 (diff) | |
download | gentoo-4411382fc5bf73e583a50eb6e42bc695e827ce7f.tar.gz gentoo-4411382fc5bf73e583a50eb6e42bc695e827ce7f.tar.bz2 gentoo-4411382fc5bf73e583a50eb6e42bc695e827ce7f.zip |
app-vim/colorschemes: add blockers to app-vim/molokai and app-vim/zenburn
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/colorschemes')
-rw-r--r-- | app-vim/colorschemes/colorschemes-20140623-r2.ebuild (renamed from app-vim/colorschemes/colorschemes-20140623-r1.ebuild) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild b/app-vim/colorschemes/colorschemes-20140623-r2.ebuild index 0d4162e15f57..83b6e37ba12d 100644 --- a/app-vim/colorschemes/colorschemes-20140623-r1.ebuild +++ b/app-vim/colorschemes/colorschemes-20140623-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,6 +17,11 @@ color schemes, use :colorscheme schemename (tab completion is available for scheme names). To automatically set a scheme at startup, please see :help vimrc." +RDEPEND=" + !app-vim/molokai + !app-vim/zenburn +" + src_prepare() { default eapply -p0 "${S}"/patches/*.patch |