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 167D7138335 for ; Fri, 20 Dec 2019 22:49:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C145BE0909; Fri, 20 Dec 2019 22:49:35 +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 AA632E0909 for ; Fri, 20 Dec 2019 22:49:35 +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 68D7834D393 for ; Fri, 20 Dec 2019 22:49:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDAA198B for ; Fri, 20 Dec 2019 22:49:31 +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: <1576882127.1e5f45b1ed0fa6ae2b44a8872085f93cf0738a49.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/agda/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/agda/agda-2.4.2.5-r2.ebuild sci-mathematics/agda/agda-2.5.2-r1.ebuild X-VCS-Directories: sci-mathematics/agda/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1e5f45b1ed0fa6ae2b44a8872085f93cf0738a49 X-VCS-Branch: master Date: Fri, 20 Dec 2019 22:49:31 +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: 0e3cbb9a-4354-4ee8-b0a6-408cc4c360c4 X-Archives-Hash: 60cf12e0900e9d0283d187c481dc981c commit: 1e5f45b1ed0fa6ae2b44a8872085f93cf0738a49 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:28:16 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e5f45b1 sci-mathematics/agda: 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> sci-mathematics/agda/agda-2.4.2.5-r2.ebuild | 4 ++-- sci-mathematics/agda/agda-2.5.2-r1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild index 35d86bd4e84..b958c29c542 100644 --- a/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild +++ b/sci-mathematics/agda/agda-2.4.2.5-r2.ebuild @@ -44,8 +44,8 @@ RDEPEND=">=dev-haskell/binary-0.7.2.1:=[profile?] =dev-haskell/transformers-0.3:=[profile?] =dev-haskell/boxes-0.1.3:=[profile?] =dev-haskell/uulib-0.9.20:=[profile?] ) " RDEPEND+=" - emacs? ( app-emacs/haskell-mode - virtual/emacs ) + emacs? ( >=app-editors/emacs-23.1:* + app-emacs/haskell-mode ) " PDEPEND="stdlib? ( =sci-mathematics/agda-stdlib-${MY_GENTOO_AGDA_STDLIB_V} )" DEPEND="${RDEPEND}