From d5184aa89c525edc88ebf0df095c179dbab352fa Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 8 Oct 2024 17:31:34 +0200 Subject: strip-linguas.eclass: drop support for EAPI 5 and 6 Signed-off-by: David Seifert --- eclass/strip-linguas.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'eclass') diff --git a/eclass/strip-linguas.eclass b/eclass/strip-linguas.eclass index b31f414c87c3..355bdcc6cd19 100644 --- a/eclass/strip-linguas.eclass +++ b/eclass/strip-linguas.eclass @@ -6,17 +6,13 @@ # Ulrich Müller # @AUTHOR: # Mike Frysinger -# @SUPPORTED_EAPIS: 5 6 7 8 +# @SUPPORTED_EAPIS: 7 8 # @BLURB: convenience function for LINGUAS support if [[ -z ${_STRIP_LINGUAS_ECLASS} ]]; then _STRIP_LINGUAS_ECLASS=1 case ${EAPI} in - 5|6) - ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!" - ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI." - ;; 7|8) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -- cgit v1.2.3-65-gdbad