From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1234323-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 629C913835A
	for <garchives@archives.gentoo.org>; Fri, 25 Dec 2020 12:30:40 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 810ABE09F9;
	Fri, 25 Dec 2020 12:30: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 6A1E6E09F9
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2020 12:30:39 +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 393E4341B06
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2020 12:30:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B5FE92A9
	for <gentoo-commits@lists.gentoo.org>; Fri, 25 Dec 2020 12:30:36 +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: <1608899425.72692838fb81f64bbc2098b4bee6c75444b92864.ulm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-emacs/eselect-mode/eselect-mode-9999.ebuild
X-VCS-Directories: app-emacs/eselect-mode/
X-VCS-Committer: ulm
X-VCS-Committer-Name: Ulrich Müller
X-VCS-Revision: 72692838fb81f64bbc2098b4bee6c75444b92864
X-VCS-Branch: master
Date: Fri, 25 Dec 2020 12:30:36 +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: a95660db-3e78-464b-b43e-031d37ad228a
X-Archives-Hash: ba98b30d19364b49a6b8733af3ba8f12

commit:     72692838fb81f64bbc2098b4bee6c75444b92864
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 25 12:28:22 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 25 12:30:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72692838

app-emacs/eselect-mode: EAPI 7 for live ebuild.

Bug: https://bugs.gentoo.org/760081
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-emacs/eselect-mode/eselect-mode-9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/eselect-mode/eselect-mode-9999.ebuild b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
index 92002f841ba..0fe5c15bd54 100644
--- a/app-emacs/eselect-mode/eselect-mode-9999.ebuild
+++ b/app-emacs/eselect-mode/eselect-mode-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 MY_PN="eselect"
 EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/eselect.git"