From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1292378-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 0C27113835A
	for <garchives@archives.gentoo.org>; Fri, 11 Jun 2021 06:57:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 33CF2E0872;
	Fri, 11 Jun 2021 06:57:02 +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 193B6E0872
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 06:57:02 +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 9CCFF33D3C7
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 06:57:00 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id EDF02797
	for <gentoo-commits@lists.gentoo.org>; Fri, 11 Jun 2021 06:56:58 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1623394611.4adeebfa7bcfec71244c36882e9d49696973aaad.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/supercat/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-misc/supercat/supercat-0.5.7.ebuild
X-VCS-Directories: app-misc/supercat/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 4adeebfa7bcfec71244c36882e9d49696973aaad
X-VCS-Branch: master
Date: Fri, 11 Jun 2021 06:56:58 +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: f91b6637-b2a5-46c3-99cb-ca7dc0a8e15e
X-Archives-Hash: c937dbb2ebe7a3468c95eefa6165f4f0

commit:     4adeebfa7bcfec71244c36882e9d49696973aaad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 11 06:54:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 11 06:56:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4adeebfa

app-misc/supercat: update EAPI 6 -> 7

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-misc/supercat/supercat-0.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/supercat/supercat-0.5.7.ebuild b/app-misc/supercat/supercat-0.5.7.ebuild
index c64ec1a774f..9edb488358e 100644
--- a/app-misc/supercat/supercat-0.5.7.ebuild
+++ b/app-misc/supercat/supercat-0.5.7.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="A text file colorizer using powerful regular expressions"
 HOMEPAGE="http://supercat.nosredna.net"