From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1411395-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A5D70158094
	for <garchives@archives.gentoo.org>; Thu, 23 Jun 2022 20:12:46 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ED404E088B;
	Thu, 23 Jun 2022 20:12:45 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D438EE088B
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 20:12:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id EDD5C340F7E
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 20:12:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4183C517
	for <gentoo-commits@lists.gentoo.org>; Thu, 23 Jun 2022 20:12:42 +0000 (UTC)
From: "David Seifert" <soap@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, "David Seifert" <soap@gentoo.org>
Message-ID: <1656015145.93e3064667d17ca66b5c8d3025cf2d7275d0b2b6.soap@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cron/
X-VCS-Repository: repo/gentoo
X-VCS-Files: virtual/cron/cron-0-r2.ebuild virtual/cron/cron-0-r3.ebuild
X-VCS-Directories: virtual/cron/
X-VCS-Committer: soap
X-VCS-Committer-Name: David Seifert
X-VCS-Revision: 93e3064667d17ca66b5c8d3025cf2d7275d0b2b6
X-VCS-Branch: master
Date: Thu, 23 Jun 2022 20:12:42 +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: f60a1c64-03c9-4270-9890-49e79193bf0d
X-Archives-Hash: b3e8e3b37c9419d7bf9f34a0507a7c51

commit:     93e3064667d17ca66b5c8d3025cf2d7275d0b2b6
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 20:12:25 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 20:12:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93e30646

virtual/cron: update EAPI 6 -> 7

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 virtual/cron/{cron-0-r2.ebuild => cron-0-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/cron/cron-0-r2.ebuild b/virtual/cron/cron-0-r3.ebuild
similarity index 98%
rename from virtual/cron/cron-0-r2.ebuild
rename to virtual/cron/cron-0-r3.ebuild
index 1b3b65cd3e0c..3db86961ff1e 100644
--- a/virtual/cron/cron-0-r2.ebuild
+++ b/virtual/cron/cron-0-r3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Virtual for cron"
 SLOT="0"