Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/
Date: Sat, 03 Feb 2018 22:06:58
Message-Id: 1517695639.40dc85eed4657876ebef526b1e3b3bcba953f761.nimiux@gentoo
1 commit: 40dc85eed4657876ebef526b1e3b3bcba953f761
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 22:07:19 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 22:07:19 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=40dc85ee
7
8 x11-wm/stumpwm: Updates dependencies
9
10 x11-wm/stumpwm/stumpwm-9999.ebuild | 20 +++++++++-----------
11 1 file changed, 9 insertions(+), 11 deletions(-)
12
13 diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild
14 index 9872001e..279c1f68 100644
15 --- a/x11-wm/stumpwm/stumpwm-9999.ebuild
16 +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -14,16 +14,14 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE="contrib doc emacs clisp ecl +sbcl"
26
27 -DEPEND="dev-lisp/common-lisp-controller
28 - virtual/commonlisp
29 - dev-lisp/cl-ppcre
30 - doc? ( virtual/texi2dvi )"
31 -
32 -RDEPEND="${DEPEND}
33 - emacs? ( virtual/emacs app-emacs/slime )
34 - !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) )
35 - clisp? ( >=dev-lisp/clisp-2.38-r2[X,-new-clx] )
36 - sbcl? ( >=dev-lisp/sbcl-1.1.15 dev-lisp/clx )"
37 +RDEPEND="dev-lisp/alexandria
38 + dev-lisp/cl-ppcre
39 + dev-lisp/clx
40 + >=dev-lisp/sbcl-1.3.0
41 + emacs? ( virtual/emacs app-emacs/slime )"
42 +DEPEND="${RDEPEND}
43 + sys-apps/texinfo
44 + doc? ( virtual/texi2dvi )"
45
46 CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}"
47 CONTRIBDIR="${CLPKGDIR}/contrib"