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 C33B1138334 for ; Fri, 20 Dec 2019 22:49:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6204DE09D6; Fri, 20 Dec 2019 22:49:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B30FBE0993 for ; Fri, 20 Dec 2019 22:49:38 +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 C0D2E34D8BE for ; Fri, 20 Dec 2019 22:49:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EEA69B1 for ; Fri, 20 Dec 2019 22:49:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1576882138.42d2dce598081f813f92799dc129ba8f75bc9fc4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/stumpwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/stumpwm/stumpwm-18.05.ebuild X-VCS-Directories: x11-wm/stumpwm/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 42d2dce598081f813f92799dc129ba8f75bc9fc4 X-VCS-Branch: master Date: Fri, 20 Dec 2019 22:49:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7d895cc2-b33b-4397-953c-e4fcd7bc4765 X-Archives-Hash: cadce16724eabc64bc37c6f8bbe5d03e commit: 42d2dce598081f813f92799dc129ba8f75bc9fc4 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:36:25 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d2dce5 x11-wm/stumpwm: Update virtual/emacs dependency. The virtual is deprecated, depend on app-editors/emacs instead. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> x11-wm/stumpwm/stumpwm-18.05.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/stumpwm/stumpwm-18.05.ebuild b/x11-wm/stumpwm/stumpwm-18.05.ebuild index 1da69a1a899..328b8223f97 100644 --- a/x11-wm/stumpwm/stumpwm-18.05.ebuild +++ b/x11-wm/stumpwm/stumpwm-18.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND="dev-lisp/alexandria dev-lisp/cl-ppcre dev-lisp/clx >=dev-lisp/sbcl-1.3.0 - emacs? ( virtual/emacs app-emacs/slime )" + emacs? ( >=app-editors/emacs-23.1:* app-emacs/slime )" DEPEND="${RDEPEND} sys-apps/texinfo doc? ( virtual/texi2dvi )"