diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 11:12:10 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:31 +0200 |
commit | a8511d1fa6ff853014cd1264f3fed8f3cf803aee (patch) | |
tree | 3dfb895fdea8608bb6726bb5ca8897987ddfeb9b /eclass | |
parent | ninja-utils.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-a8511d1fa6ff853014cd1264f3fed8f3cf803aee.tar.gz gentoo-a8511d1fa6ff853014cd1264f3fed8f3cf803aee.tar.bz2 gentoo-a8511d1fa6ff853014cd1264f3fed8f3cf803aee.zip |
perl-app.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-app.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/perl-app.eclass b/eclass/perl-app.eclass index 4519627d769c..6b762dd83b3d 100644 --- a/eclass/perl-app.eclass +++ b/eclass/perl-app.eclass @@ -3,6 +3,7 @@ # Author: Michael Cummings <mcummings@gentoo.org> # Maintained by the Perl herd <perl@gentoo.org> +# @SUPPORTED_EAPIS: 5 # If the ebuild doesn't override this, ensure we do not depend on the perl subslot value : ${GENTOO_DEPEND_ON_PERL_SUBSLOT:="no"} |