commit:     b86588cefcf1c6dc5dcdc7e32af4b3115d82501e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 19:29:52 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 19:30:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86588ce

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"

 .../{Text-VimColor-0.260.ebuild => Text-VimColor-0.260-r1.ebuild}     | 4 ++--
 1 file 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
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 483e126..fef3365 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

Reply via email to