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 938AF138334 for ; Sat, 21 Dec 2019 18:30:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1B58E08D9; Sat, 21 Dec 2019 18:30:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A396AE08D9 for ; Sat, 21 Dec 2019 18:30:49 +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 9461934D27F for ; Sat, 21 Dec 2019 18:30:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EADA92F for ; Sat, 21 Dec 2019 18:30:46 +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: <1576952800.427680d701d9e4168102fca3db03fec1e4117637.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-admin/emacs-updater/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-admin/emacs-updater/emacs-updater-9999.ebuild X-VCS-Directories: app-admin/emacs-updater/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 427680d701d9e4168102fca3db03fec1e4117637 X-VCS-Branch: master Date: Sat, 21 Dec 2019 18:30:46 +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: 6c19321a-aec9-4587-9bf3-7d43d4650580 X-Archives-Hash: 2d6110d11ecf639a8c65f74bf4da6c37 commit: 427680d701d9e4168102fca3db03fec1e4117637 Author: Ulrich Müller gentoo org> AuthorDate: Sat Dec 21 18:26:40 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Dec 21 18:26:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=427680d7 app-admin/emacs-updater: Sync from gentoo repo. Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-admin/emacs-updater/emacs-updater-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/emacs-updater/emacs-updater-9999.ebuild b/app-admin/emacs-updater/emacs-updater-9999.ebuild index e25f250..58a609b 100644 --- a/app-admin/emacs-updater/emacs-updater-9999.ebuild +++ b/app-admin/emacs-updater/emacs-updater-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git" EGIT_BRANCH="${PN}" @@ -17,8 +17,8 @@ SLOT="0" DEPEND="|| ( sys-apps/util-linux app-misc/getopt )" RDEPEND="${DEPEND} - >=app-portage/portage-utils-0.3 - virtual/emacs" + >=app-editors/emacs-23.1:* + >=app-portage/portage-utils-0.3" S="${WORKDIR}/${PN}"