From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32E49138330 for ; Sun, 9 Oct 2016 12:09:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 532D1E09C5; Sun, 9 Oct 2016 12:09:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38246E09C5 for ; Sun, 9 Oct 2016 12:09:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E148341601 for ; Sun, 9 Oct 2016 12:09:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC7C92492 for ; Sun, 9 Oct 2016 12:09:00 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1476014913.5b70cb59729c0353969dbc0de3ba4bc7d244df73.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-0.9.9.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 5b70cb59729c0353969dbc0de3ba4bc7d244df73 X-VCS-Branch: master Date: Sun, 9 Oct 2016 12:09:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6b06e6ac-753d-4be5-98c3-43413883cb20 X-Archives-Hash: f9d8f2eb7097b4c90954285c64941749 commit: 5b70cb59729c0353969dbc0de3ba4bc7d244df73 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Oct 9 12:08:10 2016 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Oct 9 12:08:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b70cb59 x11-wm/stumpwm: Adds conditional build depend on dev-vcs/git Fixes bug #595164 Package-Manager: portage-2.3.0 x11-wm/stumpwm/stumpwm-0.9.9.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild index 3400b12..e050a5f 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.9.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.9.ebuild @@ -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}"