diff options
author | Sam James <sam@gentoo.org> | 2021-10-07 04:07:27 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-07 04:08:13 +0100 |
commit | 4bd71f77f4a0de37be8ff9309019d0dd60374fbb (patch) | |
tree | abb3d4a16a0cebe811bcd344cbe357a6456e03ff /app-crypt | |
parent | app-crypt/gnupg: add 2.2.32 (diff) | |
download | gentoo-4bd71f77f4a0de37be8ff9309019d0dd60374fbb.tar.gz gentoo-4bd71f77f4a0de37be8ff9309019d0dd60374fbb.tar.bz2 gentoo-4bd71f77f4a0de37be8ff9309019d0dd60374fbb.zip |
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 <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/gnupg-2.2.32.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-2.3.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 |