From 0fe4212a73f8be2fc528e5ed15f1651f0549ec89 Mon Sep 17 00:00:00 2001 From: Thilo Fromm Date: Thu, 19 Nov 2020 15:45:56 +0100 Subject: [PATCH] net-dns/libidn2-2.3.0: EAPI7 -> EAPI6 to break glibc-2.32 toolchain dep loop Signed-off-by: Thilo Fromm --- .../portage-stable/net-dns/libidn2/libidn2-2.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/net-dns/libidn2/libidn2-2.3.0.ebuild b/sdk_container/src/third_party/portage-stable/net-dns/libidn2/libidn2-2.3.0.ebuild index 3fb6a93758..74394fab9b 100644 --- a/sdk_container/src/third_party/portage-stable/net-dns/libidn2/libidn2-2.3.0.ebuild +++ b/sdk_container/src/third_party/portage-stable/net-dns/libidn2/libidn2-2.3.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=6 inherit multilib-minimal DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"