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 6FD1C138334 for ; Fri, 20 Dec 2019 22:49:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DF8FE094E; Fri, 20 Dec 2019 22:49:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E7C30E0950 for ; Fri, 20 Dec 2019 22:49:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2556B34D6CF for ; Fri, 20 Dec 2019 22:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91B36995 for ; Fri, 20 Dec 2019 22:49:32 +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: <1576882132.7123dfea220bfbc96226df6883217023f2bfaa19.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/twelf/twelf-1.7.1-r1.ebuild sci-mathematics/twelf/twelf-1.7.1.ebuild X-VCS-Directories: sci-mathematics/twelf/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7123dfea220bfbc96226df6883217023f2bfaa19 X-VCS-Branch: master Date: Fri, 20 Dec 2019 22:49:32 +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: ba999ab5-47b3-4978-afc8-c09b47a9863e X-Archives-Hash: edcf492cd67e57a7ecc50f33a0fe118b commit: 7123dfea220bfbc96226df6883217023f2bfaa19 Author: Ulrich Müller gentoo org> AuthorDate: Fri Dec 20 16:30:57 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Dec 20 22:48:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7123dfea sci-mathematics/twelf: 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/twelf/twelf-1.7.1-r1.ebuild | 4 ++-- sci-mathematics/twelf/twelf-1.7.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild b/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild index 56b41fcc37e..21d5f0f5a01 100644 --- a/sci-mathematics/twelf/twelf-1.7.1-r1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1-r1.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" @@ -27,7 +27,7 @@ RDEPEND=" app-text/texi2html ) emacs? ( - virtual/emacs + >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND}" diff --git a/sci-mathematics/twelf/twelf-1.7.1.ebuild b/sci-mathematics/twelf/twelf-1.7.1.ebuild index f9334067c38..9506fdd8254 100644 --- a/sci-mathematics/twelf/twelf-1.7.1.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1.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="5" @@ -27,7 +27,7 @@ RDEPEND=" app-text/texi2html ) emacs? ( - virtual/emacs + >=app-editors/emacs-23.1:* )" DEPEND="${RDEPEND}"