diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-07-24 07:29:52 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-07-24 07:30:23 +1200 |
commit | b86588cefcf1c6dc5dcdc7e32af4b3115d82501e (patch) | |
tree | c2068f8995b92889d5490ce0d71fe6b92bf80f86 /dev-perl/Text-VimColor | |
parent | dev-ruby/actionpack-xml_parser: add ruby22, ruby23 (diff) | |
download | gentoo-b86588cefcf1c6dc5dcdc7e32af4b3115d82501e.tar.gz gentoo-b86588cefcf1c6dc5dcdc7e32af4b3115d82501e.tar.bz2 gentoo-b86588cefcf1c6dc5dcdc7e32af4b3115d82501e.zip |
dev-perl/Text-VimColor: Require vim[-minimal] re bug #589542
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"
Diffstat (limited to 'dev-perl/Text-VimColor')
-rw-r--r-- | dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild (renamed from dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild b/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 |