dev-perl/Text-VimColor: Require vim[-minimal] re bug #589542
authorKent Fredric <kentnl@gentoo.org>
Sat, 23 Jul 2016 19:29:52 +0000 (07:29 +1200)
committerKent Fredric <kentnl@gentoo.org>
Sat, 23 Jul 2016 19:30:23 +0000 (07:30 +1200)
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"

dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild [moved from dev-perl/Text-VimColor/Text-VimColor-0.260.ebuild with 88% similarity]

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 483e126b0d34872bfb93827c4dcb730fdc5c716f..fef3365492ec37b3a1761cce6799910e2517e1c2 100644 (file)
@@ -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