Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/
Date: Sun, 09 Oct 2016 12:09:07
Message-Id: 1476014913.5b70cb59729c0353969dbc0de3ba4bc7d244df73.nimiux@gentoo
1 commit: 5b70cb59729c0353969dbc0de3ba4bc7d244df73
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 12:08:10 2016 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 12:08:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b70cb59
7
8 x11-wm/stumpwm: Adds conditional build depend on dev-vcs/git
9
10 Fixes bug #595164
11
12 Package-Manager: portage-2.3.0
13
14 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
18 index 3400b12..e050a5f 100644
19 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
20 +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild
21 @@ -24,9 +24,11 @@ RDEPEND="dev-lisp/cl-ppcre
22 !sbcl? ( !clisp? ( ecl? ( >=dev-lisp/ecls-10.4.1 ) ) )
23 !sbcl? ( clisp? ( >=dev-lisp/clisp-2.44[X,new-clx] ) )
24 emacs? ( virtual/emacs app-emacs/slime )"
25 +
26 DEPEND="${RDEPEND}
27 sys-apps/texinfo
28 - doc? ( virtual/texi2dvi )"
29 + doc? ( virtual/texi2dvi )
30 + contrib? ( dev-vcs/git )"
31
32 SITEFILE=70${PN}-gentoo.el
33 CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}"