From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1132418-garchives=archives.gentoo.org@lists.gentoo.org> 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 F2365138335 for <garchives@archives.gentoo.org>; Sat, 21 Dec 2019 16:32:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FBEE08E8; Sat, 21 Dec 2019 16:32:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2E634E08E8 for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 16:32:48 +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 E7D0234DA58 for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 16:32:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 391ED97A for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 16:32:45 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> 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" <ulm@gentoo.org> Message-ID: <1576945903.d36d09c31a4910b9c7e4cc747d90f8bf70111670.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/emacs/emacs-26-r1.ebuild virtual/emacs/emacs-26-r2.ebuild X-VCS-Directories: virtual/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d36d09c31a4910b9c7e4cc747d90f8bf70111670 X-VCS-Branch: master Date: Sat, 21 Dec 2019 16:32:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c499a623-0768-40db-8f5f-1e105baf1e82 X-Archives-Hash: d376839da039b85e97380eb831617fb2 commit: d36d09c31a4910b9c7e4cc747d90f8bf70111670 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 21 16:30:22 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 16:31:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36d09c3 virtual/emacs: Depend on app-editors/emacs only. app-editors/emacs-vcs is slated for removal, therefore users should move to app-editors/emacs. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> virtual/emacs/{emacs-26-r1.ebuild => emacs-26-r2.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual/emacs/emacs-26-r1.ebuild b/virtual/emacs/emacs-26-r2.ebuild similarity index 78% rename from virtual/emacs/emacs-26-r1.ebuild rename to virtual/emacs/emacs-26-r2.ebuild index 7f0ac3042b0..07b2f01d4c5 100644 --- a/virtual/emacs/emacs-26-r1.ebuild +++ b/virtual/emacs/emacs-26-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for GNU Emacs" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" -RDEPEND="|| ( >=app-editors/emacs-26.1:* >=app-editors/emacs-vcs-26.1:* )" +RDEPEND=">=app-editors/emacs-26.1:*"