x11-wm/stumpwm: Adds conditional build depend on dev-vcs/git
authorChema Alonso Josa <nimiux@gentoo.org>
Sun, 9 Oct 2016 12:08:10 +0000 (14:08 +0200)
committerChema Alonso Josa <nimiux@gentoo.org>
Sun, 9 Oct 2016 12:08:33 +0000 (14:08 +0200)
Fixes bug #595164

Package-Manager: portage-2.3.0

x11-wm/stumpwm/stumpwm-0.9.9.ebuild

index 3400b1298dfa2778a76793e4a28aa576ba2145ab..e050a5fa8236f5d8aaf0b5fb1e59ca4d0469ca6f 100644 (file)
@@ -24,9 +24,11 @@ RDEPEND="dev-lisp/cl-ppcre
                !sbcl? ( !clisp? (  ecl? ( >=dev-lisp/ecls-10.4.1 ) ) )
                !sbcl? (  clisp? ( >=dev-lisp/clisp-2.44[X,new-clx] ) )
                emacs? ( virtual/emacs app-emacs/slime )"
+
 DEPEND="${RDEPEND}
                sys-apps/texinfo
-               doc? ( virtual/texi2dvi )"
+               doc? ( virtual/texi2dvi )
+               contrib? ( dev-vcs/git )"
 
 SITEFILE=70${PN}-gentoo.el
 CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}"