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 C162A1382C5 for ; Fri, 9 Mar 2018 21:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF7C6E07A7; Fri, 9 Mar 2018 21:36:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D95AE07A7 for ; Fri, 9 Mar 2018 21:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09F9C335C4B for ; Fri, 9 Mar 2018 21:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A1AB245 for ; Fri, 9 Mar 2018 21:36:06 +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: <1520631261.032cdaca77acbbdc7c9a184a5a6ddb8afb03ec2e.nimiux@gentoo> Subject: [gentoo-commits] proj/lisp:master commit in: x11-wm/stumpwm/ X-VCS-Repository: proj/lisp X-VCS-Files: x11-wm/stumpwm/stumpwm-9999.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 032cdaca77acbbdc7c9a184a5a6ddb8afb03ec2e X-VCS-Branch: master Date: Fri, 9 Mar 2018 21:36:06 +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: 28b6f8a4-1ad0-4832-a316-0298007f7c21 X-Archives-Hash: 427d6c28da6f9b62b2c6f8ed6645d34e commit: 032cdaca77acbbdc7c9a184a5a6ddb8afb03ec2e Author: Chema Alonso Josa gentoo org> AuthorDate: Sat Feb 3 22:07:19 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Fri Mar 9 21:34:21 2018 +0000 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=032cdaca x11-wm/stumpwm: Updates dependencies x11-wm/stumpwm/stumpwm-9999.ebuild | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-9999.ebuild b/x11-wm/stumpwm/stumpwm-9999.ebuild index 9872001e..279c1f68 100644 --- a/x11-wm/stumpwm/stumpwm-9999.ebuild +++ b/x11-wm/stumpwm/stumpwm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,16 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="contrib doc emacs clisp ecl +sbcl" -DEPEND="dev-lisp/common-lisp-controller - virtual/commonlisp - dev-lisp/cl-ppcre - doc? ( virtual/texi2dvi )" - -RDEPEND="${DEPEND} - emacs? ( virtual/emacs app-emacs/slime ) - !clisp? ( !sbcl? ( !amd64? ( dev-lisp/cmucl ) ) ) - clisp? ( >=dev-lisp/clisp-2.38-r2[X,-new-clx] ) - sbcl? ( >=dev-lisp/sbcl-1.1.15 dev-lisp/clx )" +RDEPEND="dev-lisp/alexandria + dev-lisp/cl-ppcre + dev-lisp/clx + >=dev-lisp/sbcl-1.3.0 + emacs? ( virtual/emacs app-emacs/slime )" +DEPEND="${RDEPEND} + sys-apps/texinfo + doc? ( virtual/texi2dvi )" CLPKGDIR="${CLSOURCEROOT}/${CLPACKAGE}" CONTRIBDIR="${CLPKGDIR}/contrib"