From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A1A621392EF for ; Mon, 21 Jul 2014 12:18:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375A5E0944; Mon, 21 Jul 2014 12:18:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA66CE0944 for ; Mon, 21 Jul 2014 12:18:28 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1D3433F498 for ; Mon, 21 Jul 2014 12:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4F3641807D for ; Mon, 21 Jul 2014 12:18:26 +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: <1405945164.288434b79fa93893f6ba5798f08078c424d30db1.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-0.9.8.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 288434b79fa93893f6ba5798f08078c424d30db1 X-VCS-Branch: master Date: Mon, 21 Jul 2014 12:18:26 +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: b9daa389-d19d-44cb-adcf-36801f0ca552 X-Archives-Hash: a275e8b12586348c4ec3f51e4db1ccb0 commit: 288434b79fa93893f6ba5798f08078c424d30db1 Author: Chema Alonso gentoo org> AuthorDate: Mon Jul 21 12:19:24 2014 +0000 Commit: José María Alonso gentoo org> CommitDate: Mon Jul 21 12:19:24 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/lisp.git;a=commit;h=288434b7 x11-wm/stumpwm: remove cl-launch dependency --- x11-wm/stumpwm/stumpwm-0.9.8.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/x11-wm/stumpwm/stumpwm-0.9.8.ebuild b/x11-wm/stumpwm/stumpwm-0.9.8.ebuild index 3bcc4da..e5a3b64 100644 --- a/x11-wm/stumpwm/stumpwm-0.9.8.ebuild +++ b/x11-wm/stumpwm/stumpwm-0.9.8.ebuild @@ -19,7 +19,6 @@ RESTRICT="strip mirror" RDEPEND="dev-lisp/cl-ppcre sbcl? ( >=dev-lisp/clx-0.7.3_p20081030 ) - >=dev-lisp/cl-launch-2.11-r1 !sbcl? ( !clisp? ( !ecl? ( >=dev-lisp/sbcl-1.0.32 ) ) ) !sbcl? ( !clisp? ( ecl? ( >=dev-lisp/ecls-10.4.1 ) ) ) !sbcl? ( clisp? ( >=dev-lisp/clisp-2.44[X,new-clx] ) )