diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-08-12 11:12:12 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-15 09:33:31 +0200 |
commit | bc7e4ad3aafb5bb5f06c53b6de36320f935449f1 (patch) | |
tree | e1c4419a4fa953453cd0bb438e4ff97400654a6a | |
parent | perl-app.eclass: add @SUPPORTED_EAPIS (diff) | |
download | gentoo-bc7e4ad3aafb5bb5f06c53b6de36320f935449f1.tar.gz gentoo-bc7e4ad3aafb5bb5f06c53b6de36320f935449f1.tar.bz2 gentoo-bc7e4ad3aafb5bb5f06c53b6de36320f935449f1.zip |
toolchain-autoconf.eclass: add @SUPPORTED_EAPIS
-rw-r--r-- | eclass/toolchain-autoconf.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain-autoconf.eclass b/eclass/toolchain-autoconf.eclass index 18276f0b49c5..cd991ec795ac 100644 --- a/eclass/toolchain-autoconf.eclass +++ b/eclass/toolchain-autoconf.eclass @@ -4,6 +4,7 @@ # @ECLASS: toolchain-autoconf.eclass # @MAINTAINER: # <base-system@gentoo.org> +# @SUPPORTED_EAPIS: 6 # @BLURB: Common code for sys-devel/autoconf ebuilds # @DESCRIPTION: # This eclass contains the common phase functions migrated from |