diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 08:38:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:00 +0200 |
commit | c65c388c3cffe1f64eaff6d7840056c83cc8f865 (patch) | |
tree | ec51899c249d4604ccd2075c07cc05a9c62bfbc4 /eclass | |
parent | out-of-source.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-c65c388c3cffe1f64eaff6d7840056c83cc8f865.tar.gz gentoo-c65c388c3cffe1f64eaff6d7840056c83cc8f865.tar.bz2 gentoo-c65c388c3cffe1f64eaff6d7840056c83cc8f865.zip |
perl-functions.eclass: add @SUPPORTED_EAPIS
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/perl-functions.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/perl-functions.eclass b/eclass/perl-functions.eclass index 96e9a59e8904..e7775f31b8e0 100644 --- a/eclass/perl-functions.eclass +++ b/eclass/perl-functions.eclass @@ -8,6 +8,7 @@ # Seemant Kulleen <seemant@gentoo.org> # Andreas K. Huettel <dilfridge@gentoo.org> # Kent Fredric <kentnl@gentoo.org> +# @SUPPORTED_EAPIS: 5 6 # @BLURB: helper functions eclass for perl modules # @DESCRIPTION: # The perl-functions eclass is designed to allow easier installation of perl |