From: Andreas K. Huettel (dilfridge) Date: Sat, 28 Nov 2015 20:59:17 +0000 (+0100) Subject: perl-app.eclass: die in EAPI=6, let's get rid of this silly stub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b58797425a09bbe302f756d4134a19cb9f21e461;p=gentoo.git perl-app.eclass: die in EAPI=6, let's get rid of this silly stub --- diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass index eb109f9c67aa..2ad9bdca4689 100644 --- a/eclass/perl-app.eclass +++ b/eclass/perl-app.eclass @@ -9,6 +9,17 @@ : ${GENTOO_DEPEND_ON_PERL_SUBSLOT:="no"} inherit perl-module +case "${EAPI:-0}" in + 5) + ;; + 6) + die "EAPI=${EAPI} is not supported by perl-app.eclass. Please use perl-module.eclass instead." + ;; + *) + die "EAPI=${EAPI} is not supported by perl-app.eclass" + ;; +esac + # @FUNCTION: perl-app_src_prep # @USAGE: perl-app_src_prep # @DESCRIPTION: