Mailing List Archive

[PATCH 1/2] flag-o-matic.eclass: Replace eutils inherit by eqawarn in EAPI 6
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
---
eclass/flag-o-matic.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index d377568327e6..40662f4f7d7b 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -20,7 +20,7 @@ _FLAG_O_MATIC_ECLASS=1

inherit toolchain-funcs

-[[ ${EAPI} == 6 ]] && inherit eutils
+[[ ${EAPI} == 6 ]] && inherit eqawarn

# @FUNCTION: all-flag-vars
# @DESCRIPTION:
--
2.43.0