From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1380078-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 80E1F15808B
	for <garchives@archives.gentoo.org>; Sun, 27 Mar 2022 03:02:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 75AF0E07D3;
	Sun, 27 Mar 2022 03:02:13 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id B7951E08EC
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2022 03:02:12 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 9FCE8343642
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2022 03:02:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 34F9D34A
	for <gentoo-commits@lists.gentoo.org>; Sun, 27 Mar 2022 03:02:10 +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: <1648350110.860be827b36751ec282df11d572402a9d3defa2f.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-openssl/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild
X-VCS-Directories: sec-keys/openpgp-keys-openssl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 860be827b36751ec282df11d572402a9d3defa2f
X-VCS-Branch: master
Date: Sun, 27 Mar 2022 03:02:10 +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: 75a9d1e6-2285-451b-a3ec-5c9f825d4b44
X-Archives-Hash: 6bcc17c0e40072800abc142e3aea144c

commit:     860be827b36751ec282df11d572402a9d3defa2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 03:01:50 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 03:01:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=860be827

sec-keys/openpgp-keys-openssl: drop back to EAPI 7

Per base-system	policy,	although it is avoidable with USE=-verify-sig.

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

 sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild
index 2e5d5ee4b112..95db0f0aef62 100644
--- a/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild
+++ b/sec-keys/openpgp-keys-openssl/openpgp-keys-openssl-20220316.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+EAPI=7
 
 DESCRIPTION="OpenPGP keys used by OpenSSL"
 HOMEPAGE="https://www.openssl.net/"