commit:     484ddfececb296ce8c743744274d877598bbbd52
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 14:05:28 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 14:05:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=484ddfec

perl-functions.eclass: remove EAPI 6

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 eclass/perl-functions.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass
index 106394afa15a..a2fca403d969 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -8,7 +8,7 @@
 # Seemant Kulleen <[email protected]>
 # Andreas K. Huettel <[email protected]>
 # Kent Fredric <[email protected]>
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: helper functions eclass for perl modules
 # @DESCRIPTION:
 # The perl-functions eclass is designed to allow easier installation of perl
@@ -17,7 +17,7 @@
 # global scope.
 
 case ${EAPI} in
-       6|7|8)
+       7|8)
                ;;
        *)
                die "${ECLASS}: EAPI ${EAPI:-0} not supported"

Reply via email to