commit:     0e7ca3befcef611d37c31f834316e2b5f0d03901
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 24 12:34:57 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 24 14:51:49 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7ca3be

plocale.eclass: Drop EAPI-6 support

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/plocale.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/plocale.eclass b/eclass/plocale.eclass
index 979b1dca09b4..954b06585746 100644
--- a/eclass/plocale.eclass
+++ b/eclass/plocale.eclass
@@ -1,4 +1,4 @@
-# Copyright 2012-2021 Gentoo Authors
+# Copyright 2012-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: plocale.eclass
@@ -6,7 +6,7 @@
 # Ulrich Müller <u...@gentoo.org>
 # @AUTHOR:
 # Ben de Groot <yng...@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: convenience functions to handle localizations
 # @DESCRIPTION:
 # The plocale (localization) eclass offers a number of functions to more
@@ -52,7 +52,7 @@
 # translations and check if the ebuild's PLOCALES are still up to date.
 
 case ${EAPI} in
-       6|7|8) ;;
+       7|8) ;;
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 

Reply via email to