From 4ab9a38e021489078820f6aa9ec849ff7476c707 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Mon, 27 Sep 2021 15:26:36 +0200 Subject: [PATCH] app-crypt/gnupg: use EAPI=7 We should stay with EAPI=7, until EAPI 8 could be fully supported by the Flatcar code base. --- .../coreos-overlay/app-crypt/gnupg/gnupg-2.2.29.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-crypt/gnupg/gnupg-2.2.29.ebuild b/sdk_container/src/third_party/coreos-overlay/app-crypt/gnupg/gnupg-2.2.29.ebuild index adb00c17c7..c7231c63b2 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-crypt/gnupg/gnupg-2.2.29.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-crypt/gnupg/gnupg-2.2.29.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +# Flatcar: use EAPI=7, until EAPI 8 could be fully supported +EAPI=7 inherit flag-o-matic systemd toolchain-funcs