From 4bd71f77f4a0de37be8ff9309019d0dd60374fbb Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 7 Oct 2021 04:07:27 +0100 Subject: app-crypt/gnupg: drop back to EAPI 7 for latest versions Core dependency of Portage and also in line with base-system policy, we need to use EAPI 7 here for now. Signed-off-by: Sam James --- app-crypt/gnupg/gnupg-2.2.32.ebuild | 2 +- app-crypt/gnupg/gnupg-2.3.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-crypt/gnupg') diff --git a/app-crypt/gnupg/gnupg-2.2.32.ebuild b/app-crypt/gnupg/gnupg-2.2.32.ebuild index 5fe1f0360663..c2cc9814e854 100644 --- a/app-crypt/gnupg/gnupg-2.2.32.ebuild +++ b/app-crypt/gnupg/gnupg-2.2.32.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 inherit flag-o-matic systemd toolchain-funcs diff --git a/app-crypt/gnupg/gnupg-2.3.2.ebuild b/app-crypt/gnupg/gnupg-2.3.2.ebuild index 9e1c1de7266c..0c66be6c9fd2 100644 --- a/app-crypt/gnupg/gnupg-2.3.2.ebuild +++ b/app-crypt/gnupg/gnupg-2.3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI=7 inherit flag-o-matic systemd toolchain-funcs -- cgit v1.2.3-65-gdbad