Signed-off-by: David Seifert <s...@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 106394afa15..a2fca403d96 100644
--- a/eclass/perl-functions.eclass
+++ b/eclass/perl-functions.eclass
@@ -8,7 +8,7 @@
 # Seemant Kulleen <seem...@gentoo.org>
 # Andreas K. Huettel <dilfri...@gentoo.org>
 # Kent Fredric <ken...@gentoo.org>
-# @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"
-- 
2.35.1


Reply via email to