From b86588cefcf1c6dc5dcdc7e32af4b3115d82501e Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Sun, 24 Jul 2016 07:29:52 +1200 Subject: [PATCH] dev-perl/Text-VimColor: Require vim[-minimal] re bug #589542 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Text::VimColor needs vim's syntax highlighter in order to work. However, USE="minimal" disables compiling syntax highlighting into vim due to --features=tiny -R1 bump to propagate deps through non-dyndeps Thanks to Toralf Förster for reporting Bug: https://bugs.gentoo.org/589542 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd" --- ...xt-VimColor-0.260.ebuild => Text-VimColor-0.260-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename dev-perl/Text-VimColor/{Text-VimColor-0.260.ebuild => Text-VimColor-0.260-r1.ebuild} (88%) diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild similarity index 88% rename from dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild rename to dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild index 483e126b0d34..fef3365492ec 100644 --- a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild +++ b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -RDEPEND="app-editors/vim" +RDEPEND="app-editors/vim[-minimal]" DEPEND="${RDEPEND} dev-perl/File-ShareDir-Install dev-perl/Test-File-ShareDir -- 2.26.2